DimStyleTableRecordDimaltu Property
|
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 virtual int Dimaltu { get; set; }
Public Overridable Property Dimaltu As Integer
Get
Set
public:
virtual property int Dimaltu {
int get ();
void set (int value);
}
abstract Dimaltu : int with get, set
override Dimaltu : int with get, set
Property Value
Int32
See Also