CategoryType Enumeration


Category Type Enumeration

The type of category.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum CategoryType
Members
Member name Value Description
AnalyticalModel 5 An analytical model element category.
Annotation 2 An annotation element category.
Internal 4 The category is for internal usage.
Invalid 0 The category type is invalid.
Model 1 A model element category.
See Also