Click or drag to resize

SymbolContainer Properties

The SymbolContainer type exposes the following members.

Properties
 NameDescription
Public propertyAll Returns an object to enumerate all the symbols.
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 propertyFullName The full symbol path name.
(Inherited from SymbolBase)
Public propertyInstanceId The instance id of the symbol.
(Inherited from SymbolBase)
Public propertyIsArray Container is an array.
Public propertyIsArrayElement Container is an element in an array.
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)
Top
See Also