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

2f3a6821 93e7 d82c 64d0 da6cd680b589

haplokuon edited this page May 6, 2023 · 1 revision

LtScale Property

netDxf 3.0.0 Library

Global line type scale.

Definition

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

C#

public double LtScale { get; set; }

VB

Public Property LtScale As Double
	Get
	Set

C++

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

F#

member LtScale : float with get, set

Property Value

Double

Remarks

Default value: 1.0.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally