DimStyleTableRecordDimtad Property
|
Property that controls the dimension text
vertical position. This property corresponds to the DIMTAD system
variable. Available values: ValueDescription0
Centered about the dimension line. 1 Above the dimension line,
unless DIMTIH==1 and the dimension line is not horizontal. 2 Side
of the dimension line farthest from the defining points. 3 JIS
standard. 4 Text below the dimension line.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual int Dimtad { get; set; }
Public Overridable Property Dimtad As Integer
Get
Set
public:
virtual property int Dimtad {
int get ();
void set (int value);
}
abstract Dimtad : int with get, set
override Dimtad : int with get, set
Property Value
Int32
See Also