Click or drag to resize

DimensionStyleAngularPrecision Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Controls the number of precision places displayed in angular dimensions.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public short AngularPrecision { get; set; }
Request Example View Source

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