This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 422
3d4a5373 3f72 1ddb 91de b38905217820
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Controls paper space line type scaling.
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
Int16
Default value: 1.
1 = No special line type scaling.
0 = Viewport scaling governs line type scaling.