DimensionStyleDimLengthUnits Property
|
Gets or sets the units for all dimension types except angular.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public LinearUnitType DimLengthUnits { get; set; }
Public Property DimLengthUnits As LinearUnitType
Get
Set
public:
property LinearUnitType DimLengthUnits {
LinearUnitType get ();
void set (LinearUnitType value);
}
member DimLengthUnits : LinearUnitType with get, set
PROPERTY DimLengthUnits AS LinearUnitType GET SET
Property Value
Type:
LinearUnitTypeRemarks
Scientific
Decimal
Engineering
Architectural
Fractional
See Also