Gets the analytical node with the specified id.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public MEPAnalyticalNode GetNodeById(
int nodeId
)
Parameters
- nodeId Int32
-
The node identifier, be aware that this identifier may not be sequentially ordered for all analytical nodes.
Return Value
MEPAnalyticalNode
The returned analytical node.
Exceptions
See Also
Reference