Creates an iterator by the analytical model data to visit all connected components in the network.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- pADoc
- Type: Autodesk.Revit.DBDocument
The document of the analytical network.
- seed
- Type: Autodesk.Revit.DB.AnalysisMEPAnalyticalModelData
The analytical model data of the starting element.
- eDomain
- Type: Autodesk.Revit.DBConnectorDomainType
The domain of network that the iteration happens.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |
Autodesk.Revit.ExceptionsArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |