IRes1DGridPoints Interface |
Namespace: DHI.Mike1D.ResultDataAccess
public interface IRes1DGridPoints : IList<IRes1DGridPoint>, ICollection<IRes1DGridPoint>, IEnumerable<IRes1DGridPoint>, IEnumerable, IReadOnlyList<IRes1DGridPoint>, IReadOnlyCollection<IRes1DGridPoint>
The IRes1DGridPoints type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | ||
| IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionIRes1DGridPoint.) | |
| Item |
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionIRes1DGridPoint.) | |
| CopyTo | (Inherited from ICollectionIRes1DGridPoint.) | |
| Find | ||
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIRes1DGridPoint.) | |
| IndexOf | ||
| Insert | Inserts an item to the IListT at the specified index. (Inherited from IListIRes1DGridPoint.) | |
| Remove | ||
| RemoveAt |