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: 19.00.00
Syntax
C#
public bool Remove(
	IBrowseItem symbol
)

Parameters

symbol  IBrowseItem
Symbol to remove.

Return Value

Boolean
True if the symbol was removed.
See Also