Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

c301daba a8c5 1fd1 51fe 8e1dc5b494f1

haplokuon edited this page May 6, 2023 · 1 revision

LwDisplay Property

netDxf 3.0.0 Library

Controls the display of line weights on the Model or Layout tab.

Definition

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
	Set

C++

public:
property bool LwDisplay {
	bool get ();
	void set (bool value);
}

F#

member LwDisplay : bool with get, set

Property Value

Boolean

Remarks

Default value: false.
false = Line weight is not displayed.
true = Line weight is displayed.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally