Constructs a symbol.
Namespace: Demo3D.PLC.Comms.CIPAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic 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