Click or drag to resize

AttributeCollection Class

Represents a collection of Attributes.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListAttribute
    DXFReaderNET.CollectionsAttributeCollection

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public sealed class AttributeCollection : List<Attribute>

The AttributeCollection type exposes the following members.

Constructors
  NameDescription
Public methodAttributeCollection
Initializes a new instance of AttributeCollection with the specified collection of attributes.
Public methodAttributeCollection(IEnumerableAttribute)
Initializes a new instance of AttributeCollection with the specified collection of attributes.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of object contained in the collection.
Public propertyStatic memberIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyItem
Gets the attribute at the specified index.
Top
Methods
  NameDescription
Public methodAttributeWithTag
Searches for the first occurrence attribute with the specified attribute definition tag within the entire collection
Public methodContains
Determines whether an attribute is in the collection.
Public methodCopyTo
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodIndexOf
Searches for the specified attribute and returns the zero-based index of the first occurrence within the entire collection.
Top
See Also