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