Click or drag to resize

HeaderVariablesLwDisplay Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Controls the display of line weights on the Model or Layout tab.

Namespace:  netDxf.Header
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool LwDisplay { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks
Default value: false.
false = Line weight is not displayed.
true = Line weight is displayed.
See Also