Revit 2025 API
MEPAnalytical |
Gets the specified analytical node.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public MEPAnalyticalNode GetNodeByIndex( int index )
Public Function GetNodeByIndex ( index As Integer ) As MEPAnalyticalNode
public: MEPAnalyticalNode^ GetNodeByIndex( int index )
member GetNodeByIndex : index : int -> MEPAnalyticalNode
Parameters
- index Int32
- The node index number by their storing sequence, starting from 0.
Return Value
MEPAnalyticalNodeThe returned analytical node.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | The index must range from 0 to GetNumberOfNodes()-1. |
See Also