Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

794478a6 e829 c754 5fcc caf05782d491

haplokuon edited this page May 6, 2023 · 1 revision

DecimalSeparator Property

netDxf 3.0.0 Library

Gets or sets a single-character decimal separator to use when creating dimensions whose unit format is decimal. (DIMDSEP)

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public char DecimalSeparator { get; set; }

VB

Public Property DecimalSeparator As Char
	Get
	Set

C++

public:
property wchar_t DecimalSeparator {
	wchar_t get ();
	void set (wchar_t value);
}

F#

member DecimalSeparator : char with get, set

Property Value

Char

Remarks

Default: "."

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally