Click or drag to resize

SymbolBase Class

Base class for a symbol.
Inheritance Hierarchy

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public abstract class SymbolBase

The SymbolBase type exposes the following members.

Constructors
  NameDescription
Protected methodSymbolBase
Constructs a symbol base.
Top
Properties
  NameDescription
Public propertyClassId
The class id of the symbol (or 0).
Public propertyContainer
The controller/program/router that owns this symbol.
Public propertyFullName
The full symbol path name.
Public propertyInstanceId
The instance id of the symbol.
Public propertyIsHidden
True if the symbol is hidden.
Public propertyIsSubSymbol
True if this is a program or routine level symbol.
Public propertyName
The symbol name.
Top
Methods
See Also