HeaderVariablesLwDisplay Property
|
Controls the display of line weights on the Model or Layout tab.
Namespace:
DXFReaderNET.Header
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool LwDisplay { get; set; }
Public Property LwDisplay As Boolean
Get
Set
public:
property bool LwDisplay {
bool get ();
void set (bool value);
}
member LwDisplay : bool with get, set
PROPERTY LwDisplay AS LOGIC GET SET
Property Value
Type:
BooleanRemarks
Default value: false.
false = Line weight is not displayed.
true = Line weight is displayed.
See Also