MEPAnalyticalModelDataGetNodeById Method |
Gets the analytical node with the specified id.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic MEPAnalyticalNode GetNodeById(
int nodeId
)
Public Function GetNodeById (
nodeId As Integer
) As MEPAnalyticalNode
public:
MEPAnalyticalNode^ GetNodeById(
int nodeId
)
member GetNodeById :
nodeId : int -> MEPAnalyticalNode
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