<Code Lib>
2022 Method
Changes 2
M

Element.IsDemolishedPhaseOrderValid

Description:
Returns true if createdPhaseId and demolishedPhaseId are in order.

public bool IsDemolishedPhaseOrderValid(
	ElementId demolishedPhaseId
)

Return Value bool True if createdPhaseId index is less than or equal to demolishedPhaseId, otherwise returns false.

Loading…