<Code Lib>
2026 Method
Changes 2
M

Element.IsCreatedPhaseOrderValid

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

public bool IsCreatedPhaseOrderValid(
	ElementId createdPhaseId
)

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

Loading…