Click or drag to resize

ShapeStyleShapeName Method

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

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

Parameters

number
Type: SystemInt16
Number of the shape.

Return Value

Type: 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 SHP file also in the document support folders.
See Also