Click or drag to resize

SymbolContainerAddSymbol Method

Adds a symbol to the container.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void AddSymbol(
	SymbolBase symbol,
	uint instanceId = 0
)

Parameters

symbol
Type: Demo3D.PLC.Comms.CIPSymbolBase
The symbol to add.
instanceId (Optional)
Type: SystemUInt32
The symbol instance id (or 0).
See Also