| Revit 2024 API |
| MEPNetworkIterator..::..End Method |
| MEPNetworkIterator Class See Also |
Checks if the network iteration has completed.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2024
Syntax
| C# |
|---|
public bool End() |
| Visual Basic |
|---|
Public Function End As Boolean |
| Visual C++ |
|---|
public: bool End() |