BrowseItemBranch Constructor (IBrowseItem, String, String, Boolean) |
Constructs a new symbol table entry.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic BrowseItemBranch(
IBrowseItem parent,
string name,
string accessName,
bool isItem
)
Parameters
- parent
- Type: Demo3D.PLC.CommsIBrowseItem
Branch parent. - name
- Type: SystemString
The name of the symbol. - accessName
- Type: SystemString
The name used to access the symbol in the PLC. - isItem
- Type: SystemBoolean
True if this symbol can be accessed for IO.
See Also