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