Revit 2026 API
MEPNetwork |
Gets the other analytical node at the current iteration step.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public MEPAnalyticalNode GetOtherAnalyticalNode()
Public Function GetOtherAnalyticalNode As MEPAnalyticalNode
public: MEPAnalyticalNode^ GetOtherAnalyticalNode()
member GetOtherAnalyticalNode : unit -> MEPAnalyticalNode
Return Value
MEPAnalyticalNodeThe retrieved analytical node, null if the current iteration step does not have additional analytical node.
See Also