Click or drag to resize

BrowseItemBranchRemove Method

Removes a child symbol from a branch item.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public bool Remove(
	IBrowseItem symbol
)

Parameters

symbol
Type: Demo3D.PLC.CommsIBrowseItem
Symbol to remove.

Return Value

Type: Boolean
True if the symbol was removed.
See Also