StructuresItem Property

[Missing <summary> documentation for "P:DHI.Mike1D.StructureModule.Structures.Item(System.Int32)"]

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public IStructure this[
	int index
] { get; set; }

Parameters

index  Int32

Return Value

IStructure

Implements

IStructuresItemInt32
IListTItemInt32

Exceptions

ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
NotSupportedExceptionThe property is set and the IListT is read-only.

See Also