Click or drag to resize

BrowseItemBranch(IBrowseItem, String, Boolean) Constructor

Constructs a new symbol table entry.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public BrowseItemBranch(
	IBrowseItem? parent,
	string name,
	bool isItem
)

Parameters

parent  IBrowseItem
Branch parent.
name  String
The name of the symbol.
isItem  Boolean
True if this symbol can be accessed for IO.
See Also