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

1bda5699 a9ff b529 974d 3f53a9a2ae28

haplokuon edited this page May 6, 2023 · 1 revision

PsLtScale Field

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 const string PsLtScale = "$PSLTSCALE"

VB

Public Const PsLtScale As String = "$PSLTSCALE"

C++

public:
literal String^ PsLtScale = "$PSLTSCALE"

F#

static val mutable PsLtScale: string

Field Value

String

Remarks

1 = No special line type scaling.
0 = Viewport scaling governs line type scaling.

See Also

Reference

HeaderVariableCode Class
netDxf.Header Namespace

Clone this wiki locally