WorksharingDisplaySettings.SetGraphicOverrides(WorksetId, WorksharingDisplayGraphicSettings)
Method
Description:
Sets the graphic overrides assigned to elements in a particular user workset.
Sets the graphic overrides assigned to elements in a particular user workset.
Syntax
public void SetGraphicOverrides(
WorksetId worksetId,
WorksharingDisplayGraphicSettings overrides
)
Parameters
Parameter | Type | Description |
---|---|---|
worksetId | WorksetId | The workset of interest, which must be a user workset. |
overrides | WorksharingDisplayGraphicSettings | The desired graphic overrides for this workset. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | worksetId does not correspond to a user workset in the document containing this WorksharingDisplaySettings. |
ArgumentNullException | A non-optional argument was null |