Element.IsDemolishedPhaseOrderValid
Method
Description:
Returns true if createdPhaseId and demolishedPhaseId are in order.
Returns true if createdPhaseId and demolishedPhaseId are in order.
Parameters
| Parameter | Type | Description |
|---|---|---|
| demolishedPhaseId | ElementId | The demolishedPhaseId. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if createdPhaseId index is less than or equal to demolishedPhaseId, otherwise returns false. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |