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 438
d360f776 da13 d9a0 0f7c a8c5785a800d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if the actual shape style contains a shape with the specified name (the shape SHX file must be accessible).
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool ContainsShapeName(
string name
)VB
Public Function ContainsShapeName (
name As String
) As BooleanC++
public:
bool ContainsShapeName(
String^ name
)F#
member ContainsShapeName :
name : string -> bool - String
- Shape name.
Boolean
True if the shape style that contains a shape with the specified name, false otherwise.
If the actual shape style belongs to a document, it will look for the SHX file also in the document support folders.
ShapeStyle Class
ContainsShapeName Overload
netDxf.Tables Namespace