Click or drag to resize

BrowseItemBranch(IBrowseItem, String, IEnumerableIBrowseItem) Constructor

Constructs a new symbol table branch.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public BrowseItemBranch(
	IBrowseItem? parent,
	string name,
	IEnumerable<IBrowseItem> items
)

Parameters

parent  IBrowseItem
Branch parent.
name  String
Branch name.
items  IEnumerableIBrowseItem
Child items.
See Also