Click or drag to resize

Symbol Constructor

Constructs a new symbol for the Built-in Tag Server.

Namespace:  Demo3D.PLC.Comms.Builtin
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public 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