This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 419
2a3cafec 00f7 4f24 79a0 6327918c91d7
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the name of the table object.
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
String
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.