Click or drag to resize

ShapeStylesContainsShapeName Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Looks for a shape style that contains a shape with the specified name.

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

Parameters

name
Type: SystemString
Shape name.

Return Value

Type: ShapeStyle
The shape style that contains a shape with the specified name, null otherwise.
See Also