Click or drag to resize

AttributeCollectionContains Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether an attribute is in the collection.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool Contains(
	Attribute item
)
Request Example View Source

Parameters

item
Type: netDxf.EntitiesAttribute
The attribute to locate in the collection.

Return Value

Type: Boolean
True if attribute is found in the collection; otherwise, false.
See Also