HeaderVariablesPsLtScale Property
|
Controls paper space line type scaling.
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public short PsLtScale { get; set; }
Public Property PsLtScale As Short
Get
Set
public:
property short PsLtScale {
short get ();
void set (short value);
}
member PsLtScale : int16 with get, set
PROPERTY PsLtScale AS SHORT GET SET
Property Value
Type:
Int16Remarks
Default value: 1.
1 = No special line type scaling.
0 = Viewport scaling governs line type scaling.
See Also