Skip to content

ACadSharp.Tables.DimensionStyle.AngularDimensionDecimalPlaces

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

AngularDimensionDecimalPlaces Property

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

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Int16 AngularDimensionDecimalPlaces { 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