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

ffa32093 ca01 8573 0e5e dda3ab802868

haplokuon edited this page May 6, 2023 · 1 revision

CeLweight Property

netDxf 3.0.0 Library

Current entity line weight.

Definition

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

C#

public Lineweight CeLweight { get; set; }

VB

Public Property CeLweight As Lineweight
	Get
	Set

C++

public:
property Lineweight CeLweight {
	Lineweight get ();
	void set (Lineweight value);
}

F#

member CeLweight : Lineweight with get, set

Property Value

Lineweight

Remarks

Default value: -1 (ByLayer).

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally