Skip to content

ACadSharp.Tables.DimensionStyle.AngularDecimalPlaces

Albert Domenech edited this page Jun 25, 2025 · 1 revision

AngularDecimalPlaces Property

Controls the number of precision places displayed in angular dimensions (see DIMADEC System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Int16 AngularDecimalPlaces { get; set; }

Property Value

Int16

Value

-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).
Clone this wiki locally