Gets the specified analytical node.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public MEPAnalyticalNode GetNodeByIndex( int index )
Parameters
- index Int32
- The node index number by their storing sequence, starting from 0.
Return Value
MEPAnalyticalNodeThe returned analytical node.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The index must range from 0 to GetNumberOfNodes()-1. |