Click or drag to resize

BrowseItemBase(IBrowseItem, String, Boolean, Boolean) Constructor

Constructs a new browse item.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public BrowseItemBase(
	IBrowseItem? parent,
	string name,
	bool isItem,
	bool isBranch
)

Parameters

parent  IBrowseItem
The parent browse item (or null).
name  String
The name of the browse item.
isItem  Boolean
True if this item can be loaded.
isBranch  Boolean
True if this item has children and can be expanded.
See Also