Element.IsCreatedPhaseOrderValid
Method
Description:
Returns true if createdPhaseId and demolishedPhaseId are in order.
Returns true if createdPhaseId and demolishedPhaseId are in order.
Parameters
Parameter | Type | Description |
---|---|---|
createdPhaseId | ElementId | The createdPhaseId. |
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 |