IStructures Interface |
Namespace: DHI.Mike1D.StructureModule
public interface IStructures : IList<IStructure>, ICollection<IStructure>, IEnumerable<IStructure>, IEnumerable
The IStructures type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | ||
| IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionIStructure.) | |
| Item |
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | Removes all items from the ICollectionT. (Inherited from ICollectionIStructure.) | |
| Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionIStructure.) | |
| CopyTo | (Inherited from ICollectionIStructure.) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIStructure.) | |
| IndexOf | Determines the index of a specific item in the IListT. (Inherited from IListIStructure.) | |
| Insert | Inserts an item to the IListT at the specified index. (Inherited from IListIStructure.) | |
| Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionIStructure.) | |
| RemoveAt | Removes the IListT item at the specified index. (Inherited from IListIStructure.) |