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; }
Public Property DIMTAD As Short
Get
Set
public:
property short DIMTAD {
short get ();
void set (short value);
}
member DIMTAD : int16 with get, set
PROPERTY DIMTAD AS SHORT GET SET
Property Value
Type:
Int16Remarks
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