Returns true if createdPhaseId and demolishedPhaseId are in order.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsCreatedPhaseOrderValid(
ElementId createdPhaseId
)
Parameters
- createdPhaseId ElementId
-
The createdPhaseId.
Return Value
Boolean
True if createdPhaseId index is less than or equal to demolishedPhaseId, otherwise returns false.
Exceptions
See Also
Reference