CategoryType Enumeration

CategoryType 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
Public Enumeration CategoryType
public enum class CategoryType
type CategoryType
Members
Member nameValueDescription
AnalyticalModel5 An analytical model element category.
Annotation2 An annotation element category.
Internal4 The category is for internal usage.
Invalid0 The category type is invalid.
Model1 A model element category.
See Also