Share

View.IsCategoryOverridable Method

Checks whether the category can have graphic overrides in this view.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool IsCategoryOverridable(
	ElementId categoryId
)

Parameters

categoryId  ElementId
ElementId of the category.

Return Value

Boolean
True if category can be overridden, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

Categories can be allowed to be overridden in some view types and prohibited from being overridden in others. E.g., categories cannot be overridden in ProjectBrowser

See Also

Reference

Was this information helpful?