Property that controls the formatting for
alternate units in dimensions. This property corresponds to the
DIMALTU system variable. This property can have the following
values: Value Description 1 Scientific 2 Decimal 3 Engineering 4
Architectural (stacked) 5 Fractional (stacked) 6 Architectural 7
Fractional 8 Microsoft Windows Desktop
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Dimaltu { get; set; }
Public Property Dimaltu As Integer
Get
Set
public:
property int Dimaltu {
int get ();
void set (int value);
}
member Dimaltu : int with get, set
Property Value
Int32
See Also