ICatchments Interface |
Note: This API is now obsolete.
Namespace: DHI.Mike1D.RainfallRunoffModule
[ObsoleteAttribute("Will be removed in future versions")] public interface ICatchments : IList<ICatchment>, ICollection<ICatchment>, IEnumerable<ICatchment>, IEnumerable
The ICatchments type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollectionT. (Inherited from ICollectionICatchment.) |
![]() | IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionICatchment.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from IListICatchment.) |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the ICollectionT. (Inherited from ICollectionICatchment.) |
![]() | Clear | Removes all items from the ICollectionT. (Inherited from ICollectionICatchment.) |
![]() | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionICatchment.) |
![]() | CopyTo | (Inherited from ICollectionICatchment.) |
![]() | Find | |
![]() | FindAll | |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableICatchment.) |
![]() | IndexOf | Determines the index of a specific item in the IListT. (Inherited from IListICatchment.) |
![]() | Initialize | |
![]() | Insert | Inserts an item to the IListT at the specified index. (Inherited from IListICatchment.) |
![]() | Prepare | |
![]() | Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionICatchment.) |
![]() | RemoveAt | Removes the IListT item at the specified index. (Inherited from IListICatchment.) |