Click or drag to resize

ShapeStyleShapeNumber Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the number of the shape with the specified name.

Namespace:  netDxf.Tables
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public short ShapeNumber(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
Name of the shape.

Return Value

Type: Int16
The number of the shape, 0 in case the shape has not been found.
Remarks
If the actual shape style belongs to a document, it will look for the SHP file also in the document support folders.
See Also