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

3e20f1ec ea4f e2a7 d230 26324f1d39c0

haplokuon edited this page May 6, 2023 · 1 revision

ContainsShapeName Method

netDxf 3.0.0 Library

Looks for a shape style that contains a shape with the specified name.

Definition

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 ShapeStyle

C++

public:
ShapeStyle^ ContainsShapeName(
	String^ name
)

F#

member ContainsShapeName : 
        name : string -> ShapeStyle 

Parameters

  String
Shape name.

Return Value

ShapeStyle
The shape style that contains a shape with the specified name, null otherwise.

See Also

Reference

ShapeStyles Class
netDxf.Collections Namespace

Clone this wiki locally