ElementPhaseStatusFilter(ElementId, ICollection<ElementOnPhaseStatus>)
Constructor
Description:
Constructs a new instance of a file to match elements that have a given phase statuses on the input phase.
Constructs a new instance of a file to match elements that have a given phase statuses on the input phase.
Syntax
public ElementPhaseStatusFilter(
ElementId phaseId,
ICollection<ElementOnPhaseStatus> phaseStatuses
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| phaseId | ElementId | Id of the phase. |
| phaseStatuses | ICollection | Target statuses. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |