 | 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
Syntaxpublic bool ContainsShapeName(
string name
)
Request Example
View SourceParameters
- name
- Type: SystemString
Shape name.
Return Value
Type:
BooleanTrue if the shape style that contains a shape with the specified name, false otherwise.
RemarksIf the actual shape style belongs to a document, it will look for the SHP file also in the document support folders.
See Also