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.

OperationIsNumberingUpToDateAll Method

Checks whether the numbering is up-to-date for every assembly, part and rebar on the model.
Remarks
Using this method is much faster than checking each object individually.

Namespace:  Tekla.Structures.Model.Operations
Assembly:  Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.1
Syntax
public static bool IsNumberingUpToDateAll()

Return Value

Type: Boolean
True if the numbering information is up-to-date.
See Also