Click or drag to resize

ShapeStyleContainsShapeName Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks if the actual shape style contains a shape with the specified name.

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

Parameters

name
Type: SystemString
Shape name.

Return Value

Type: Boolean
True if the shape style that contains a shape with the specified name, false otherwise.
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