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.

DimensionSetBaseAttributesDimensionValueUnits Enumeration

The units usable with the dimensions.

Namespace:  Tekla.Structures.Drawing
Assembly:  Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2022.0.13611
Syntax
public enum DimensionValueUnits
Members
  Member nameValueDescription
Automatic0 The unit of the value is selected automatically.
Millimeter1 The value is shown in millimeters.
Centimeter2 The value is shown in centimeters.
Meter3 The value is shown in meters.
Inch4 The value is shown in inches.
See Also