Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

6dfe0138 f066 9ba2 f007 5961de443ffb

haplokuon edited this page May 6, 2023 · 1 revision

ContainsShapeName(String, String) Method

netDxf 3.0.0 Library

Checks if the shape SHP file contains a shape with the specified name.

Definition

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 Boolean

C++

public:
static bool ContainsShapeName(
	String^ file, 
	String^ shapeName
)

F#

static member ContainsShapeName : 
        file : string * 
        shapeName : string -> bool 

Parameters

  String
Shape SHX file.
  String
Shape name.

Return Value

Boolean
True if the shape SHX file that contains a shape with the specified name, false otherwise.

See Also

Reference

ShapeStyle Class
ContainsShapeName Overload
netDxf.Tables Namespace

Clone this wiki locally