AttributeCollection Class |
Namespace: DXFReaderNET.Collections
The AttributeCollection type exposes the following members.
Name | Description | |
---|---|---|
AttributeCollection |
Initializes a new instance of AttributeCollection with the specified collection of attributes.
| |
AttributeCollection(IEnumerableAttribute) |
Initializes a new instance of AttributeCollection with the specified collection of attributes.
|
Name | Description | |
---|---|---|
Count |
Gets the number of object contained in the collection.
| |
IsReadOnly |
Gets a value indicating whether the collection is read-only.
| |
Item |
Gets the attribute at the specified index.
|
Name | Description | |
---|---|---|
AttributeWithTag |
Searches for the first occurrence attribute with the specified attribute definition tag within the entire collection
| |
Contains |
Determines whether an attribute is in the collection.
| |
CopyTo |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
| |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
IndexOf |
Searches for the specified attribute and returns the zero-based index of the first occurrence within the entire collection.
|