Click or drag to resize

SymbolBase Constructor

Constructs a symbol base.

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

Parameters

name
Type: SystemString
The symbol name.
isHidden
Type: SystemBoolean
True is the symbol is hidden.
classId
Type: Demo3D.PLC.Comms.CIPClassID
Symbol class id.
instanceId
Type: SystemUInt32
Symbol instance id.
See Also