DimensionStyleLengthPrecision Property
|
Sets the number of decimal places displayed for the primary units of a dimension.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public short LengthPrecision { get; set; }
Public Property LengthPrecision As Short
Get
Set
public:
property short LengthPrecision {
short get ();
void set (short value);
}
member LengthPrecision : int16 with get, set
PROPERTY LengthPrecision AS SHORT GET SET
Property Value
Type:
Int16Remarks
Default: 2
It is recommended to use values in the range 0 to 8.
For architectural and fractional the precision used for the minimum fraction is 1/2^LinearDecimalPlaces.
See Also