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

c557fe83 ce83 26cc cd5f 798d4eb1b69f

haplokuon edited this page May 6, 2023 · 1 revision

CMLScale Property

netDxf 3.0.0 Library

Current multiline scale.

Definition

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

C#

public double CMLScale { get; set; }

VB

Public Property CMLScale As Double
	Get
	Set

C++

public:
property double CMLScale {
	double get ();
	void set (double value);
}

F#

member CMLScale : float with get, set

Property Value

Double

Remarks

Default value: 20.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally