Click or drag to resize

ICatchmentSourceBoundaries Methods

The ICatchmentSourceBoundaries type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add a ICatchmentSourceBoundary to the list
Public methodClear
Removes all elements from the List.
Public methodFind
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List.
Public methodFindAll
Searches for an element that matches the conditions defined by the specified predicate, and returns a list of all matches
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableICatchmentSourceBoundary.)
Public methodIndexOf
Searches for the specified object and returns the zero-based index of the first occurrence within the entire List.
Public methodRemove
Removes the first occurrence of a specific object from the List.
Public methodRemoveAt
Removes the element at the specified index of the List.
Top
See Also