Gets the specified analytical node.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
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. |