Divide the phyisical networks in the system and create a new system for each network.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ICollection<ElementId> DivideSystem(
Document ADoc
)
Parameters
- ADoc Document
-
The document.
Return Value
ICollection<ElementId>
The id of new created systems.
Exceptions
Remarks
This function only works for Hvac and Piping system.
See Also
Reference