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

9c883103 c4ef 0a58 ec56 94ed7ff2f489

haplokuon edited this page May 6, 2023 · 1 revision

ShapeName Method

netDxf 3.0.0 Library

Gets the name of the shape with the specified number.

Definition

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 

Parameters

  Int16
Number of the shape.

Return Value

String
The name of the shape, empty in case the shape has not been found.

Remarks

If the actual shape style belongs to a document, it will look for the SHX file also in the document support folders.

See Also

Reference

ShapeStyle Class
netDxf.Tables Namespace

Clone this wiki locally