The following tables list the members exposed by the CADDXFReferenceCollection type.

Name Description
Public method Add Adds a DXFReference to the CADDXFReferenceCollection.
Public method Clear (inherited from CollectionBase).
Public method Contains Determines whether the collection contains a specified DXFReference.
Public method Equals (Overloaded) (inherited from Object).
Public method GetEnumerator (inherited from CollectionBase).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method IndexOf Determines the index of a specified DXFReference in the collection.
Public method Insert Inserts a DXFReference into the collection at the specified position.
Public method Static ReferenceEquals (inherited from Object).
Public method Remove Removes the first occurrence of the specified DXFReference from the collection.
Public method RemoveAt (inherited from CollectionBase).
Public method ToString (inherited from Object).
Top