Click or drag to resize

BrowseItemBranch Constructor (IBrowseItem, String, IEnumerableIBrowseItem)

Constructs a new symbol table branch.

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

Parameters

parent
Type: Demo3D.PLC.CommsIBrowseItem
Branch parent.
name
Type: SystemString
Branch name.
items
Type: System.Collections.GenericIEnumerableIBrowseItem
Child items.
See Also