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