Share

MEPNetworkIterator(Document, MEPAnalyticalSegment) Constructor

Creates an iterator to visit the connected segments on both sides.


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public MEPNetworkIterator(
	Document pADoc,
	MEPAnalyticalSegment startSegment
)

Parameters

pADoc  Document
The document of the analytical network.
startSegment  MEPAnalyticalSegment
The starting analytical segment.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?