Click or drag to resize

SymbolContainerRemoveSymbol Method

Removes a symbol from the container.

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public 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