Click or drag to resize

DimensionStyleAngularPrecision Property

Controls the number of precision places displayed in angular dimensions.

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public short AngularPrecision { get; set; }

Property Value

Type: Int16
Remarks
Default: 0
If set to -1 angular dimensions display the number of decimal places specified by DIMDEC. It is recommended to use values in the range 0 to 8.
See Also