View.SetCategoryOverrides
Method
Description:
Sets graphic overrides for a category in view.
Sets graphic overrides for a category in view.
Syntax
public void SetCategoryOverrides(
ElementId categoryId,
OverrideGraphicSettings overrideGraphicSettings
)
Parameters
Parameter | Type | Description |
---|---|---|
categoryId | ElementId | Category to be overridden |
overrideGraphicSettings | OverrideGraphicSettings | Object representing all graphic overrides of the category categoryId in view. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | Category cannot be overridden. -or- Fill pattern must be a drafting pattern. -or- Fill pattern Id must be invalidElementId or point to a LinePattern element. |
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | The view type does not support Visibility/Graphics Overriddes. |