BrowseItemBase(IBrowseItem, String, String, Boolean, Boolean) Constructor |
Constructs a new browse item.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic BrowseItemBase(
IBrowseItem? parent,
string name,
string accessName,
bool isItem,
bool isBranch
)
Parameters
- parent IBrowseItem
- The parent browse item (or null).
- name String
- The name of the browse item.
- accessName String
- The name used to access the browse item in the server.
- isItem Boolean
- True if this item can be loaded.
- isBranch Boolean
- True if this item has children and can be expanded.
See Also