Constructs a symbol base.
Namespace:
Demo3D.PLC.Comms.CIP
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxprotected 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