Click or drag to resize

AttributeCollectionContains Method

Determines whether an attribute is in the collection.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Contains(
	Attribute item
)

Parameters

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

Return Value

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