Property that controls the orientation of
dimension text inside the extension lines. This property
corresponds to the DIMTIH system variable. Available values:
ValueDescriptionfalse Aligned with dimension line.
true Horizontal.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Dimtih { get; set; }
Public Property Dimtih As Boolean
Get
Set
public:
property bool Dimtih {
bool get ();
void set (bool value);
}
member Dimtih : bool with get, set
Property Value
Boolean
See Also