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 416
9c883103 c4ef 0a58 ec56 94ed7ff2f489
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the name of the shape with the specified number.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public string ShapeName(
short number
)
VB
Public Function ShapeName (
number As Short
) As String
C++
public:
String^ ShapeName(
short number
)
F#
member ShapeName :
number : int16 -> string
- Int16
- Number of the shape.
String
The name of the shape, empty in case the shape has not been found.
If the actual shape style belongs to a document, it will look for the SHX file also in the document support folders.