Element.IsCreatedPhaseOrderValid
Description:
Returns true if createdPhaseId and demolishedPhaseId are in order.
Returns true if createdPhaseId and demolishedPhaseId are in order.
public bool IsCreatedPhaseOrderValid(
ElementId createdPhaseId
)
-
createdPhaseIdThe createdPhaseId.
Return Value
bool
True if createdPhaseId index is less than or equal to demolishedPhaseId, otherwise returns false.
-
A non-optional argument was null