This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
c301daba a8c5 1fd1 51fe 8e1dc5b494f1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Controls the display of line weights on the Model or Layout tab.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool LwDisplay { get; set; }VB
Public Property LwDisplay As Boolean
Get
SetC++
public:
property bool LwDisplay {
bool get ();
void set (bool value);
}F#
member LwDisplay : bool with get, setBoolean
Default value: false.
false = Line weight is not displayed.
true = Line weight is displayed.