StructuresItem Property |
Namespace: DHI.Mike1D.StructureModule
public IStructure this[ int index ] { get; set; }
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the IListT. |
| NotSupportedException | The property is set and the IListT is read-only. |