Click or drag to resize

Symbol Constructor

Constructs a symbol.

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public Symbol(
	string name,
	bool isHidden,
	bool isSafety,
	ClassID classId,
	uint instanceId,
	PlcType plcType
)

Parameters

name  String
Symbol name.
isHidden  Boolean
True if the symbol is hidden.
isSafety  Boolean
True if the symbol is a Safety symbol.
classId  ClassID
Symbol class id.
instanceId  UInt32
Symbol instance id.
plcType  PlcType
The PLC type.
See Also