MEPAnalyticalModelData.GetNodeByIndex
Method
Description:
Gets the specified analytical node.
Gets the specified analytical node.
Parameters
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The node index number by their storing sequence, starting from 0. |
Return Value
| Type | Description |
|---|---|
| MEPAnalyticalNode | The returned analytical node. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index must range from 0 to GetNumberOfNodes()-1. |