HeaderVariablesLUnits Property
|
Units format for coordinates and distances.
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public LinearUnitType LUnits { get; set; }
Public Property LUnits As LinearUnitType
Get
Set
public:
property LinearUnitType LUnits {
LinearUnitType get ();
void set (LinearUnitType value);
}
member LUnits : LinearUnitType with get, set
PROPERTY LUnits AS LinearUnitType GET SET
Property Value
Type:
LinearUnitTypeRemarks
Default value: Decimal.
If the LUnits is set to Architectural or Engineering the InsUnits variable will be set to Inches automatically.
See Also