Divide the phyisical networks in the system and create a new system for each network.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public ICollection<ElementId> DivideSystem( Document ADoc )
Parameters
- ADoc Document
- The document.
Return Value
ICollection<ElementId>The id of new created systems.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | The system is not dividable. |