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.

StraightDimensionStraightDimensionAttributes Class

The StraightDimensionAttributes class contains the attributes of the straight dimension.
Inheritance Hierarchy
SystemObject
  Tekla.Structures.DrawingAttributesBase
    Tekla.Structures.DrawingStraightDimensionStraightDimensionAttributes

Namespace:  Tekla.Structures.Drawing
Assembly:  Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2023.0.1
Syntax
[SerializableAttribute]
public sealed class StraightDimensionAttributes : AttributesBase

The StraightDimensionStraightDimensionAttributes type exposes the following members.

Constructors
  NameDescription
Public methodStraightDimensionStraightDimensionAttributes
Initializes a new instance of the StraightDimensionStraightDimensionAttributes class
Top
Properties
  NameDescription
Public propertyDimensionValuePostfix
The postfix for the dimension's value.
Public propertyDimensionValuePrefix
The prefix for the dimension's value.
Public propertyExaggeration
The exaggeration attributes of the dimension.
Public propertyMiddleLowerTag
The dimension tag placed under the dimension value.
Top
Methods
See Also