AutoSizeOptions Enumeration |
Options for controlling how the sheet size is
calculated when the SizeDefinitionMode is AutoSize.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2023.0.3
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
CalculatedSizes | 0 | Use "calculated size" values of the selected layout in the drawing. | |
FixedSizes | 1 | Use "fixed size" values of the selected layout in the drawing. | |
CalculatedAndFixedSizes | 2 | Use both "fixed size" and "calculated size" values of the selected layout in the drawing. |
See Also