Symbol Class |
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class Symbol : SymbolBase
The Symbol type exposes the following members.
| Name | Description | |
|---|---|---|
| AliasFor | The tag for which this is an alias. | |
| AllowedAccess | The allowed access rights defined by the symbol. | |
| Base | The ultimate base tag for which this is an alias. | |
| ClassId |
The class id of the symbol (or 0).
(Inherited from SymbolBase) | |
| Container |
The controller/program/router that owns this symbol.
(Inherited from SymbolBase) | |
| Description | Symbol description. | |
| FullName |
The full symbol path name.
(Inherited from SymbolBase) | |
| InstanceId |
The instance id of the symbol.
(Inherited from SymbolBase) | |
| IsHidden |
True if the symbol is hidden.
(Inherited from SymbolBase) | |
| IsSafety | Symbol is a Safety symbol. | |
| IsSubSymbol |
True if this is a program or routine level symbol.
(Inherited from SymbolBase) | |
| Name |
The symbol name.
(Inherited from SymbolBase) | |
| String | Returns a string that represents the symbol. | |
| Type | The PLC type of the symbol. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified object is equal to the current object.
(Overrides SymbolBaseEquals(Object)) | |
| Equals(Symbol) | Determines whether the specified object is equal to the current object. | |
| Equals(SymbolBase) |
Determines whether the specified object is equal to the current object.
(Inherited from SymbolBase) | |
| GetHashCode |
Returns the hash code for this symbol.
(Overrides SymbolBaseGetHashCode) | |
| ToString |
Returns a string that represents the symbol.
(Overrides SymbolBaseToString) |