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

d360f776 da13 d9a0 0f7c a8c5785a800d

haplokuon edited this page May 6, 2023 · 1 revision

ContainsShapeName(String) Method

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).

Definition

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 Boolean

C++

public:
bool ContainsShapeName(
	String^ name
)

F#

member ContainsShapeName : 
        name : string -> bool 

Parameters

  String
Shape name.

Return Value

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

Remarks

If the actual shape style belongs to a document, it will look for the SHX file also in the document support folders.

See Also

Reference

ShapeStyle Class
ContainsShapeName Overload
netDxf.Tables Namespace

Clone this wiki locally