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

9a47e229 ee96 61c6 e110 1121be27263c

haplokuon edited this page May 6, 2023 · 1 revision

CodeName Property

netDxf 3.0.0 Library

Gets the DXF object name.

Definition

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

C#

public string CodeName { get; }

VB

Public ReadOnly Property CodeName As String
	Get

C++

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

F#

member CodeName : string with get

Property Value

String

See Also

Reference

DxfObject Class
netDxf Namespace

Clone this wiki locally