PhaseFilter.SetPhaseStatusPresentation
Method
Description:
Sets the phase status presentation.
Sets the phase status presentation.
Syntax
public void SetPhaseStatusPresentation(
ElementOnPhaseStatus status,
PhaseStatusPresentation presentation
)
Parameters
Parameter | Type | Description |
---|---|---|
status | ElementOnPhaseStatus | The element phase status. |
presentation | PhaseStatusPresentation | The phase status presentation. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | status is invalid for presentation query. |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |