Property that controls the display of linear
units. This property corresponds to the LUNITS system variable.
ValueDescription1 Scientific 2 Decimal 3 Engineering
4 Architectural 5 Fractional
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Lunits { get; set; }
Public Property Lunits As Integer
Get
Set
public:
property int Lunits {
int get ();
void set (int value);
}
member Lunits : int with get, set
Property Value
Int32
See Also