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

67fe61e5 82c7 6d5d 358d f183825b4b99

haplokuon edited this page May 6, 2023 · 1 revision

CLayer Property

netDxf 3.0.0 Library

Current layer name.

Definition

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

C#

public string CLayer { get; set; }

VB

Public Property CLayer As String
	Get
	Set

C++

public:
property String^ CLayer {
	String^ get ();
	void set (String^ value);
}

F#

member CLayer : string with get, set

Property Value

String

Remarks

Default value: 0.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally