DHI.Mike1D Class Library
C#
Show/Hide TOC
Structures
Insert Method
Inserts an item to the
IList
T
at the specified index.
Definition
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
void
Insert
(
int
index
,
IStructure
item
)
Parameters
index
Int32
The zero-based index at which
item
should be inserted.
item
IStructure
The object to insert into the
IList
T
.
Implements
IList
T
Insert(Int32, T)
Exceptions
ArgumentOutOfRangeException
index
is not a valid index in the
IList
T
.
NotSupportedException
The
IList
T
is read-only.
See Also
Reference
Structures Class
DHI.Mike1D.StructureModule Namespace
In This Article
Definition
Parameters
Implements
Exceptions
See Also