Tree structured representation of the symbol hierarchy for a symbology. This allows enumerating all possible symbols of the standard, starting from the root. You should not create an instance of this class directly.

Since

2014.0

Hierarchy

  • HierarchicalSymbology

Constructors

Accessors

Methods

Constructors

Accessors

  • get name(): string
  • The name of this symbology. This property is read only.

    Returns string

Methods

  • Returns the node corresponding to the given code in the symbology hierarchy. It returns null if no node was found with the given code.

    Parameters

    • code: string

      the symbol identifier code to retrieve the corresponding node for

    Returns null | SymbologyNode