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

139da8fc 245a 7235 4205 ea1b71d20f06

haplokuon edited this page Jun 28, 2023 · 2 revisions

Name Property

netDxf 3.0.0 Library

Gets or sets the name of the shape.

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

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.

See Also

Reference

LinetypeShapeSegment Class
netDxf.Tables Namespace

Clone this wiki locally