Revit 2025.3 API
ViewSet |
Sets graphic overrides for a category in view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetCategoryOverrides( ElementId categoryId, OverrideGraphicSettings overrideGraphicSettings )
Public Sub SetCategoryOverrides ( categoryId As ElementId, overrideGraphicSettings As OverrideGraphicSettings )
public: void SetCategoryOverrides( ElementId^ categoryId, OverrideGraphicSettings^ overrideGraphicSettings )
member SetCategoryOverrides : categoryId : ElementId * overrideGraphicSettings : OverrideGraphicSettings -> unit
Parameters
- categoryId ElementId
- Category to be overridden
- overrideGraphicSettings OverrideGraphicSettings
- Object representing all graphic overrides of the category categoryId in view.

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. |
See Also