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

2a3cafec 00f7 4f24 79a0 6327918c91d7

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.Blocks
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.
The internal blocks that start with "*U" or "*T" can be safely renamed. They are internally created to represent dynamic blocks, arrays, and tables; although the information of those objects is lost when importing the DXF, the block that represent its graphical appearance is imported.

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally