Gets the specified analytical node.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
MEPAnalyticalNode
The returned analytical node.
Exceptions
See Also
Reference