<Code Lib>
2023 Method
Changes 3
M

ElectricalLoadAreaData.HasCircuitsWithoutElectricalLoadAreas

Description:
Checks whether there are any empty plan circuits in which there are no electrical load areas.

public static bool HasCircuitsWithoutElectricalLoadAreas(
	Document doc,
	ElementId levelId,
	ElementId phaseId
)

Return Value bool True if there are empty plan circuits in which there are no electrical load areas, false otherwise.

Loading…