Click or drag to resize

BrowseItemBranchAdd Method

Adds a child symbol to a branch item.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public void Add(
	IBrowseItem symbol
)

Parameters

symbol  IBrowseItem
Symbol to add.
See Also