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
fc3ff484 364f 28b7 a30b 9890947b802a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the number of the shape with the specified name.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public short ShapeNumber(
string name
)VB
Public Function ShapeNumber (
name As String
) As ShortC++
public:
short ShapeNumber(
String^ name
)F#
member ShapeNumber :
name : string -> int16 - String
- Name of the shape.
Int16
The number of the shape, 0 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.