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

8b19bfcf 31a8 7002 47a1 a308435a8664

haplokuon edited this page May 6, 2023 · 1 revision

Contains Method

netDxf 3.0.0 Library

Determines whether an attribute is in the collection.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool Contains(
	Attribute item
)

VB

Public Function Contains ( 
	item As Attribute
) As Boolean

C++

public:
bool Contains(
	Attribute^ item
)

F#

member Contains : 
        item : Attribute -> bool 

Parameters

  Attribute
The attribute to locate in the collection.

Return Value

Boolean
True if attribute is found in the collection; otherwise, false.

See Also

Reference

AttributeCollection Class
netDxf.Collections Namespace

Clone this wiki locally