ElementPhaseStatusFilter(ElementId, ElementOnPhaseStatus, Boolean)
Description:
Constructs a new instance of a file to match elements that have a given phase status on the input phase, with the option to match all elements that have a phase status other than the input status.
Constructs a new instance of a file to match elements that have a given phase status on the input phase, with the option to match all elements that have a phase status other than the input status.
Overloads (4):
ElementPhaseStatusFilter(ElementId,ElementOnPhaseStatus,Boolean)
public ElementPhaseStatusFilter(
ElementId phaseId,
ElementOnPhaseStatus phaseStatus,
bool inverted
)
-
phaseIdId of the phase.
-
phaseStatusTarget status.
-
BooleaninvertedTrue to match all phase statuses other than the input status.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration