SymbolContainerRemoveSymbol Method |
Removes a symbol from the container.
Namespace: Demo3D.PLC.Comms.CIPAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic void RemoveSymbol(
SymbolBase symbol,
uint instanceId = 0,
bool removeIfEmpty = false
)
Parameters
- symbol SymbolBase
- The symbol to remove.
- instanceId UInt32 (Optional)
- The symbol instance id (or 0).
- removeIfEmpty Boolean (Optional)
- True to remove this container from our parent if symbol is the last symbol.
See Also