2025 Method
Changes 1
M

ZoneEquipment.MoveSpaceToEquipment

Description:
Moves the selected analytical spaces from the identified zone equipment to another target zone equipment.
public static void MoveSpaceToEquipment(
	Document document,
	ISet<ElementId> analyticalSpaceSet,
	ElementId originalZoneEquipmentId,
	ElementId targetZoneEquipmentId
)
  • document
    The document where the zone equipment and the analytical spaces exist.
  • analyticalSpaceSet
    The specified analytical spaces to move.
  • originalZoneEquipmentId
    The original equipment where the analytical spaces will be removed. If passing invalidElementId, the existing zone equipment is not removed.
  • targetZoneEquipmentId
    The target zone equipment where the analytical spaces will be associated. If passing invalidElementId, the analytical spaces will not be assigned to any new zone equipment.