DHI.Mike1D Class Library
C#
Show/Hide TOC
Engine
Nodes
Item 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#
Copy
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
IList
T
Item
Int32
IReadOnlyList
T
Item
Int32
Exceptions
ArgumentOutOfRangeException
index
is not a valid index in the
IList
T
.
NotSupportedException
The property is set and the
IList
T
is read-only.
See Also
Reference
EngineNodes Class
DHI.Mike1D.Engine Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also