BrowseItemBranch Constructor (IBrowseItem, String) |
Constructs a new symbol table branch.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic BrowseItemBranch(
IBrowseItem? parent,
string name
)
Parameters
- parent
- Type: Demo3D.PLC.CommsIBrowseItem
Branch parent. - name
- Type: SystemString
Branch name.
See Also