Symbol Constructor (IBrowseItem, String, AccessRights, Type) |
Constructs a new symbol for the Built-in Tag Server.
Namespace:
Demo3D.PLC.Comms.Builtin
Assembly:
PLC (in PLC.dll) Version: 18.03.00
Syntaxpublic Symbol(
IBrowseItem symbolTable,
string name,
AccessRights access,
Type dataType
)
Parameters
- symbolTable
- Type: Demo3D.PLC.CommsIBrowseItem
The symbol table. - name
- Type: SystemString
The name of the symbol. - access
- Type: Demo3D.PLC.CommsAccessRights
The access rights for the symbol. - dataType
- Type: SystemType
The symbol data type.
See Also