This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
139da8fc 245a 7235 4205 ea1b71d20f06
haplokuon edited this page Jun 28, 2023
·
2 revisions
netDxf 3.0.0 Library
Gets or sets the name of the shape.
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
SetC++
public:
property String^ Name {
String^ get ();
void set (String^ value);
}F#
member Name : string with get, setString
The shape must be defined in the .shx shape definitions file.
The DXF instead of saving the shape name, as the Shape entity or the shape linetype segments definition in a .lin file, it stores the shape number. Therefore when saving a DXF file the shape number will be obtained reading the .shx file.