ACadSharp.Tables.DimensionStyle.AngularDimensionDecimalPlaces - DomCR/ACadSharp GitHub Wiki
Controls the number of precision places displayed in angular dimensions (see DIMADEC System Variable).
Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Int16 AngularDimensionDecimalPlaces { get; set; }
Int16
-1: Angular dimensions display the number of decimal places specified by the property 0-8: Specifies the number of decimal places displayed in angular dimensions (independent of the value of the property).