Represents a collection of CAD entities.

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

Name Description
Public constructor CADEntityCollection (Overloaded) Initializes a new instance of the CADEntityCollection class.
Top
Name Description
Public property Capacity (inherited from List<T>).
Public property Count (inherited from List<T>).
Public property Item (Overloaded) Gets the CADEntity by its handle.
Top
Name Description
Public method Add (inherited from List<T>).
Public method AddRange (inherited from List<T>).
Public method AsReadOnly (inherited from List<T>).
Public method BinarySearch (Overloaded) (inherited from List<T>).
Public method Clear (inherited from List<T>).
Public method Clone Creates a new object that is a copy of the CADEntityCollection class current instance.
Public method Contains (inherited from List<T>).
Public method ConvertAll (inherited from List<T>).
Public method CopyTo (Overloaded) (inherited from List<T>).
Public method Dispose
Public method Equals (Overloaded) (inherited from Object).
Public method Exists (inherited from List<T>).
Public method Find (inherited from List<T>).
Public method FindAll (inherited from List<T>).
Public method FindIndex (Overloaded) (inherited from List<T>).
Public method FindLast (inherited from List<T>).
Public method FindLastIndex (Overloaded) (inherited from List<T>).
Public method ForEach (inherited from List<T>).
Public method GetEnumerator (inherited from List<T>).
Public method GetHashCode (inherited from Object).
Public method GetRange (inherited from List<T>).
Public method GetType (inherited from Object).
Public method IndexOf (Overloaded) Returns an index of the CADEntity in the CADEntityCollection.
Public method Insert (inherited from List<T>).
Public method InsertRange (inherited from List<T>).
Public method LastIndexOf (Overloaded) (inherited from List<T>).
Public method Static ReferenceEquals (inherited from Object).
Public method Remove (Overloaded) Removes the CADEntity by its handle.
Public method RemoveAll (inherited from List<T>).
Public method RemoveAt (inherited from List<T>).
Public method RemoveRange (inherited from List<T>).
Public method Reverse (Overloaded) (inherited from List<T>).
Public method Sort (Overloaded)
Public method SortByHandle Sorts CAD entities by handle.
Public method ToArray (inherited from List<T>).
Public method ToString (inherited from Object).
Public method TrimExcess (inherited from List<T>).
Public method TrueForAll (inherited from List<T>).
Top
Name Description
Public event PropertyChanged
Top