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