WorksharingDisplaySettings.GetGraphicOverrides(ModelUpdatesStatus)
Method
Description:
Returns the graphic overrides assigned to a particular model update status.
Returns the graphic overrides assigned to a particular model update status.
Syntax
public WorksharingDisplayGraphicSettings GetGraphicOverrides(
ModelUpdatesStatus statusInCentral
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| statusInCentral | ModelUpdatesStatus | The model update status of interest. |
Return Value
| Type | Description |
|---|---|
| WorksharingDisplayGraphicSettings | Returns the graphic overrides assigned to the model update status. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |