Share

ZoneEquipment.GetAssociatedZoneEquipment(Document, ElementId) Method

Gets the associated zone equipment of the specified analytical space.


Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static ISet<ElementId> GetAssociatedZoneEquipment(
	Document document,
	ElementId spaceElementId
)

Parameters

document  Document
The document where the analytical spaces and zone equipment exist.
spaceElementId  ElementId
The specified analytical spaces.

Return Value

ISet<ElementId>
All associated zone equipment, either explicitly assigned or implicitly assigned via system-zone.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?