Skip to content

ACadSharp.Tables.DimensionStyle.DecimalSeparator

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

DecimalSeparator Property

Specifies a single-character decimal separator to use when creating dimensions whose unit format is decimal (see DIMDSEP System Variable).

Remarks

When prompted, enter a single character at the Command prompt. If dimension units is set to Decimal, the DecimalSeparator character is used instead of the default decimal point. If DecimalSeparator is set to NULL (default value), the decimal point is used as the dimension separator.

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Char DecimalSeparator { get; set; }

Property Value

Char

Clone this wiki locally