Click or drag to resize

SymbolContainer Constructor (String, ClassID, UInt32)

Constructs a symbol container for a program/routine.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public SymbolContainer(
	string name,
	ClassID classId,
	uint instanceId
)

Parameters

name
Type: SystemString
The symbol name.
classId
Type: Demo3D.PLC.Comms.CIPClassID
Class id.
instanceId
Type: SystemUInt32
Instance id.
See Also