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; }
Public Property AngularPrecision As Short
Get
Set
public:
property short AngularPrecision {
short get ();
void set (short value);
}
member AngularPrecision : int16 with get, set
PROPERTY AngularPrecision AS SHORT GET SET
Property Value
Type:
Int16Remarks
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