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

bd06ff9c 3199 d561 68ec 8aba2fa6d300

haplokuon edited this page May 6, 2023 · 1 revision

CeLtScale Property

netDxf 3.0.0 Library

Current entity line type scale.

Definition

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

C#

public double CeLtScale { get; set; }

VB

Public Property CeLtScale As Double
	Get
	Set

C++

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

F#

member CeLtScale : float with get, set

Property Value

Double

Remarks

Default value: 1.0.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally