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

3d4a5373 3f72 1ddb 91de b38905217820

haplokuon edited this page May 6, 2023 · 1 revision

PsLtScale Property

netDxf 3.0.0 Library

Controls paper space line type scaling.

Definition

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

C#

public short PsLtScale { get; set; }

VB

Public Property PsLtScale As Short
	Get
	Set

C++

public:
property short PsLtScale {
	short get ();
	void set (short value);
}

F#

member PsLtScale : int16 with get, set

Property Value

Int16

Remarks

Default value: 1.
1 = No special line type scaling.
0 = Viewport scaling governs line type scaling.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally