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

071f74bf 4b0c 805b fb1f 711befa89113

haplokuon edited this page May 6, 2023 · 1 revision

Name Property

netDxf 3.0.0 Library

Gets the header variable name.

Definition

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

C#

public string Name { get; }

VB

Public ReadOnly Property Name As String
	Get

C++

public:
property String^ Name {
	String^ get ();
}

F#

member Name : string with get

Property Value

String

Remarks

The header variable name is case insensitive.

See Also

Reference

HeaderVariable Class
netDxf.Header Namespace

Clone this wiki locally