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
)
Public Function Contains (
item As Attribute
) As Boolean
public:
bool Contains(
Attribute^ item
)
member Contains :
item : Attribute -> bool
METHOD Contains(
item AS Attribute
) AS LOGIC
Parameters
- item
- Type: DXFReaderNET.EntitiesAttribute
The attribute to locate in the collection.
Return Value
Type:
BooleanTrue if attribute is found in the collection; otherwise, false.
See Also