EngineNodesItem Property

Gets or sets the element at the specified index.

Definition

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

Parameters

index  Int32
The zero-based index of the element to get or set.

Return Value

EngineNode
The element at the specified index.

Implements

IListTItemInt32
IReadOnlyListTItemInt32

Exceptions

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

See Also