LayerCategoryType Enumeration


Layer Category Type Enumeration

An enumerated type listing category types supported in an ExportLayerTable.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum LayerCategoryType
Members
Member name Value Description
AnalyticalModel 2 AnalyticalModel categories.
Annotation 1 Annotation categories.
Imported 3 Imported categories.
Model 0 Model categories.
Modifier 4 A special value related to modifiers.
Unsorted -1 A default unsorted type.
See Also