This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 435
3e20f1ec ea4f e2a7 d230 26324f1d39c0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Looks for a shape style that contains a shape with the specified name.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ShapeStyle ContainsShapeName(
string name
)VB
Public Function ContainsShapeName (
name As String
) As ShapeStyleC++
public:
ShapeStyle^ ContainsShapeName(
String^ name
)F#
member ContainsShapeName :
name : string -> ShapeStyle - String
- Shape name.
ShapeStyle
The shape style that contains a shape with the specified name, null otherwise.