MEPNetworkIteratorGetOtherAnalyticalNode Method

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()

Return Value

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