RVTDocs.com
Namespace: Autodesk.Revit.DB Class: View

View.GetCategoryOverrides

Method
Description:
Gets graphic overrides for a category in view.
Syntax
Parameters
Parameter Type Description
categoryId ElementId Category to be checked.
Return Value
Type Description
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.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException The view type does not support Visibility/Graphics Overriddes.