Skip to content
English
  • There are no suggestions because the search field is empty.

EntitiesByHierarchy()

Returns all entities from the specified hierarchy.

Syntax

EntitiesByHierarchy(hierarchyName)

Example

EntitiesByHierarchy("Hierarchy 51")

 

Returns all entities of the specified entity type from the specified hierarchy.

Syntax

EntitiesByHierarchy(hierarchyName, entityTypeName)

Example

EntitiesByHierarchy("Hierarchy 51", "Well")