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

0f0c132a 7e0a 7590 26ea 7ec8a42ee7b0

haplokuon edited this page May 6, 2023 · 1 revision

LwDisplay Field

netDxf 3.0.0 Library

Controls the display of lineweights on the Model or Layout tab.

Definition

Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public const string LwDisplay = "$LWDISPLAY"

VB

Public Const LwDisplay As String = "$LWDISPLAY"

C++

public:
literal String^ LwDisplay = "$LWDISPLAY"

F#

static val mutable LwDisplay: string

Field Value

String

Remarks

0 = Lineweight is not displayed 1 = Lineweight is displayed

See Also

Reference

HeaderVariableCode Class
netDxf.Header Namespace

Clone this wiki locally