WorksharingDisplaySettings.SetGraphicOverrides(ModelUpdatesStatus, WorksharingDisplayGraphicSettings)
Method
Description:
Sets the graphic overrides assigned to elements with a particular status in the central model.
Sets the graphic overrides assigned to elements with a particular status in the central model.
Syntax
public void SetGraphicOverrides(
ModelUpdatesStatus status,
WorksharingDisplayGraphicSettings overrides
)
Parameters
Parameter | Type | Description |
---|---|---|
status | ModelUpdatesStatus | The status in the central model. |
overrides | WorksharingDisplayGraphicSettings | The desired graphic overrides for this status. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |