BrowseItemBase Constructor (IBrowseItem, String, Boolean, Boolean) |
Constructs a new browse item.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic BrowseItemBase(
IBrowseItem? parent,
string name,
bool isItem,
bool isBranch
)
Parameters
- parent
- Type: Demo3D.PLC.CommsIBrowseItem
The parent browse item (or null). - name
- Type: SystemString
The name of the browse item. - isItem
- Type: SystemBoolean
True if this item can be loaded. - isBranch
- Type: SystemBoolean
True if this item has children and can be expanded.
See Also