Symbol(IBrowseItem, String, AccessRights, DataType) Constructor |
Constructs a new symbol for the Built-in Tag Server.
Namespace: Demo3D.PLC.Comms.BuiltinAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic Symbol(
IBrowseItem symbolTable,
string name,
AccessRights access,
DataType dataType
)
Parameters
- symbolTable IBrowseItem
- The symbol table.
- name String
- The name of the symbol.
- access AccessRights
- The allowed access rights for the symbol.
- dataType DataType
- The symbol data type.
See Also