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