View.SetCategoryOverrides
Description:
Sets graphic overrides for a category in view.
Sets graphic overrides for a category in view.
public void SetCategoryOverrides(
ElementId categoryId,
OverrideGraphicSettings overrideGraphicSettings
)
-
categoryIdCategory to be overridden
-
overrideGraphicSettingsObject representing all graphic overrides of the category categoryId in view.
-
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.
-
A non-optional argument was NULL
-
The view type does not support Visibility/Graphics Overriddes.