BrowseItemBranchRemove Method |
Removes a child symbol from a branch item.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic bool Remove(
IBrowseItem symbol
)
Parameters
- symbol
- Type: Demo3D.PLC.CommsIBrowseItem
Symbol to remove.
Return Value
Type:
BooleanTrue if the symbol was removed.
See Also