Element.GetPhaseStatus
Method
Description:
Gets the status of a given element in the input phase
Gets the status of a given element in the input phase
Parameters
| Parameter | Type | Description |
|---|---|---|
| phaseId | ElementId | Id of the phase. |
Return Value
| Type | Description |
|---|---|
| ElementOnPhaseStatus | The status of the element in the phase. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The id does not represent a valid phase. |
| ArgumentNullException | A non-optional argument was null |