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

083f0a17 3b68 e98f f879 8ab9131f00ca

haplokuon edited this page May 6, 2023 · 1 revision

Name Property

netDxf 3.0.0 Library

Gets the name of the table object.

Definition

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

C#

public string Name { get; set; }

VB

Public Property Name As String
	Get
	Set

C++

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

F#

member Name : string with get, set

Property Value

String

Remarks

Table object names are case insensitive.

See Also

Reference

TableObject Class
netDxf.Tables Namespace

Clone this wiki locally