Click or drag to resize

SymbolBase Constructor

Constructs a symbol base.

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

Parameters

name  String
The symbol name.
isHidden  Boolean
True is the symbol is hidden.
classId  ClassID
Symbol class id.
instanceId  UInt32
Symbol instance id.
See Also