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 IsDemolishedPhaseOrderValid(
ElementId demolishedPhaseId
)
Parameters
- demolishedPhaseId ElementId
-
The demolishedPhaseId.
Return Value
Boolean
True if createdPhaseId index is less than or equal to demolishedPhaseId, otherwise returns false.
Exceptions
See Also
Reference