Represents a collection of hatch borders.

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

Name Description
Public constructor CAD2DBoundaryList (Overloaded) Initializes a new instance of the CAD2DBoundaryList class.
Top
Name Description
Public property BoundaryType Gets or sets a type of the CAD2DBoundaryList boundary.
Public property Capacity (inherited from List<T>).
Public property Count (inherited from List<T>).
Public property IsNotUse Gets a value indicating whether the CAD2DBoundaryList instance is not used.
Public property IsTextBox Gets a value indicating whether the hatch bypasses a box occupied by a text.
Public property Item (inherited from List<T>).
Public property Last Returns the index of a CADCollection<T> last member. (inherited from CADCollection<T>).
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 and returns a copy of the current CAD2DBoundaryList class 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 Releases all resources used by the CADCollection<T> object. (inherited from CADCollection<T>).
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) (inherited from List<T>).
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 (inherited from List<T>).
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) (inherited from List<T>).
Public method ToArray (Overloaded) Creates an array from the current CADCollection<T> object. (inherited from CADCollection<T>).
Public method ToString (inherited from Object).
Public method TrimExcess (inherited from List<T>).
Public method TrueForAll (inherited from List<T>).
Top