VersionObject

Table 18. VersionObject Properties

Name

Description

Abbrev

Name

Descr

Description

HierCount

Number of hierarchies

ID

ID

NodeCount

Number of nodes

Table 19. VersionObject Methods

Name

Description

GetHierarchies()

Gets an array of all the hierarchies in the version that are available to the current user

GetGlobalNodes()

Gets an array of all the global nodes (NodeObjects) in the version

GetOrphans()

Gets an array of all the orphans (NodeObjects) in the version

HierByAbbrev(abbrev)

Gets a HierarchyObject by name

HierByID(id)

Gets a HierarchyObject by ID

NodeByAbbrev(abbrev)

Gets a NodeObject by name

NodeByID(id)

Gets a NodeObject by ID

NodeExists(abbrev)

Returns True if a global node exists with the given name

Prop(abbrev)

Gets the NodePropObject for the given property of the version

PropValue(abbrev)

Gets the value of the given property of the version. The return type depends on the data type of the property definition.