Click or drag to resize

PLCSymbol Properties

The PLCSymbol type exposes the following members.

Properties
  NameDescription
Public propertyAliasFor
The tag for which this is an alias.
(Inherited from Symbol.)
Public propertyAllowedAccess
The allowed access rights defined by the symbol.
(Inherited from Symbol.)
Public propertyBase
The ultimate base tag for which this is an alias.
(Inherited from Symbol.)
Public propertyClassId
The class id of the symbol (or 0).
(Inherited from SymbolBase.)
Public propertyContainer
The controller/program/router that owns this symbol.
(Inherited from SymbolBase.)
Public propertyDescription
Symbol description.
(Inherited from Symbol.)
Public propertyFullName
The full symbol path name.
(Inherited from SymbolBase.)
Public propertyInstanceId
The instance id of the symbol.
(Inherited from SymbolBase.)
Public propertyIOInfo
IO tree information for a symbol that refers to a device/module data (or null).
(Inherited from IOSymbol.)
Public propertyIsHidden
True if the symbol is hidden.
(Inherited from SymbolBase.)
Public propertyIsSubSymbol
True if this is a program or routine level symbol.
(Inherited from SymbolBase.)
Public propertyName
The symbol name.
(Inherited from SymbolBase.)
Public propertyType
The PLC type of the symbol.
(Inherited from Symbol.)
Top
See Also