API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

HierarchicObject Properties

The HierarchicObject type exposes the following members.

Properties
  NameDescription
Public propertyDefinition
The hierarchical definition which the hierarchical object is associated with.
Public propertyFather
The father of the hierarchical object.
Public propertyHierarchicChildren
An array list that contains the hierarchical object's hierarchical children (of the type hierarchical object).
Public propertyIdentifier
The identifier of the object.
(Inherited from Object.)
Public propertyIsUpToDate
Gets if the object does not have a modification which is not shared.
(Inherited from ModelObject.)
Public propertyModificationTime
Gets latest time of the object was modified or created.
(Inherited from ModelObject.)
Public propertyName
The name of the hierarchical object.
Top
See Also