EngineNodesRemoveAt Method  | 
 Removes the 
IListT item at the specified index.
 
    Namespace: 
   DHI.Mike1D.Engine
    Assembly:
   DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void RemoveAt(
	int index
)
Public Sub RemoveAt ( 
	index As Integer
)
public:
virtual void RemoveAt(
	int index
) sealed
Parameters
- index
 - Type: SystemInt32
The zero-based index of the item to remove. 
Implements
IListTRemoveAt(Int32)
Exceptions
See Also