MEPNetworkIteratorGetOtherAnalyticalNode Method

Gets the other analytical node at the current iteration step.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public MEPAnalyticalNode GetOtherAnalyticalNode()

Return Value

MEPAnalyticalNode
The retrieved analytical node, null if the current iteration step does not have additional analytical node.
See Also