Click or drag to resize

DimensionStyleDIMTAD Property

Controls the vertical position of text in relation to the dimension line.

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public short DIMTAD { get; set; }

Property Value

Type: Int16
Remarks
Default: Above (1)
0 Centers the dimension text between the extension lines.
1 Places the dimension text above the dimension line.
2 Places the dimension text on the side of the dimension line farthest away from the defining points.
3 Places the dimension text to conform to Japanese Industrial Standards (JIS).
4 Places the dimension text below the dimension line.
See Also