Sets graphic overrides for a category in view.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public void SetCategoryOverrides( ElementId categoryId, OverrideGraphicSettings overrideGraphicSettings )
Parameters
- categoryId ElementId
- Category to be overridden
- overrideGraphicSettings OverrideGraphicSettings
- Object representing all graphic overrides of the category categoryId in view.
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. |