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 437
6dfe0138 f066 9ba2 f007 5961de443ffb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if the shape SHP file contains a shape with the specified name.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static bool ContainsShapeName(
string file,
string shapeName
)VB
Public Shared Function ContainsShapeName (
file As String,
shapeName As String
) As BooleanC++
public:
static bool ContainsShapeName(
String^ file,
String^ shapeName
)F#
static member ContainsShapeName :
file : string *
shapeName : string -> bool - String
- Shape SHX file.
- String
- Shape name.
Boolean
True if the shape SHX file that contains a shape with the specified name, false otherwise.
ShapeStyle Class
ContainsShapeName Overload
netDxf.Tables Namespace