Zone |
Gets the associated zone equipment of all specified analytical spaces.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
public static ISet<ElementId> GetAssociatedZoneEquipment(
Document document,
ISet<ElementId> spaces
) Parameters
- document Document
- The document where the analytical spaces and zone equipment exist.
- spaces ISet ElementId
- The specified analytical spaces.
Return Value
ISet ElementIdAll associated zone equipment, either explicitly assigned or implicitly assigned via system-zone.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |