PLCSymbol Class |
Namespace: Demo3D.PLC.Rockwell.Comms.CIP
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public class PLCSymbol : IOSymbol
The PLCSymbol type exposes the following members.
| Name | Description | |
|---|---|---|
| AliasFor |
The tag for which this is an alias.
(Inherited from Symbol.) | |
| AllowedAccess |
The allowed access rights defined by the symbol.
(Inherited from Symbol.) | |
| Base |
The ultimate base tag for which this is an alias.
(Inherited from Symbol.) | |
| 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.
(Inherited from Symbol.) | |
| FullName |
The full symbol path name.
(Inherited from SymbolBase.) | |
| InstanceId |
The instance id of the symbol.
(Inherited from SymbolBase.) | |
| IOInfo |
IO tree information for a symbol that refers to a device/module data (or null).
(Inherited from IOSymbol.) | |
| IsHidden |
True if the symbol is hidden.
(Inherited from SymbolBase.) | |
| IsSubSymbol |
True if this is a program or routine level symbol.
(Inherited from SymbolBase.) | |
| Name |
The symbol name.
(Inherited from SymbolBase.) | |
| Type |
The PLC type of the symbol.
(Inherited from Symbol.) |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from Symbol.) | |
| Equals(Symbol) |
Determines whether the specified object is equal to the current object.
(Inherited from Symbol.) | |
| Equals(SymbolBase) |
Determines whether the specified object is equal to the current object.
(Inherited from SymbolBase.) | |
| GetHashCode |
Returns the hash code for this symbol.
(Inherited from Symbol.) | |
| ToString |
Returns a string that represents the symbol.
(Inherited from Symbol.) |
| Name | Description | |
|---|---|---|
| TagCreated |
Occurs when a tag is created for this symbol.
(Inherited from IOSymbol.) |