Gets or sets the element 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 EngineNode this[
	int index
] { get; set; }Public Default Property Item ( 
	index As Integer
) As EngineNode
	Get
	Set
public:
virtual property EngineNode^ default[int index] {
	EngineNode^ get (int index) sealed;
	void set (int index, EngineNode^ value) sealed;
}Parameters
- index
 - Type: SystemInt32
The zero-based index of the element to get or set. 
Return Value
Type: 
EngineNodeThe element at the specified index.
Implements
IListTItemInt32IReadOnlyListTItemInt32
Exceptions
See Also