View.GetCategoryOverrides
Description:
Gets graphic overrides for a category in view.
Gets graphic overrides for a category in view.
public OverrideGraphicSettings GetCategoryOverrides(
ElementId categoryId
)
-
categoryIdCategory to be checked.
Return Value
OverrideGraphicSettings
Object representing all graphic overrides of the category categoryId in view. A default OverrideGraphicSettings object will be returned if it not previously been set for this view.
-
A non-optional argument was null
-
The view type does not support Visibility/Graphics Overriddes.