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

4cb395c1 ac00 64af dfd3 8ac9bd43a072

haplokuon edited this page May 6, 2023 · 1 revision

Name Property

netDxf 3.0.0 Library

Gets the name of the block record.

Definition

Namespace: netDxf.Blocks
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

Block record names are case insensitive.
The block which name starts with "*" are for internal purpose only.

See Also

Reference

BlockRecord Class
netDxf.Blocks Namespace

Clone this wiki locally