Click or drag to resize

BrowseItemBranch Constructor (IBrowseItem, String, Boolean)

Constructs a new symbol table entry.

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

Parameters

parent
Type: Demo3D.PLC.CommsIBrowseItem
Branch parent.
name
Type: SystemString
The name of the symbol.
isItem
Type: SystemBoolean
True if this symbol can be accessed for IO.
See Also