LayerCategoryType Enumeration

An enumerated type listing category types supported in an ExportLayerTable.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum LayerCategoryType
Members
Member nameValueDescription
Model0 Model categories.
Annotation1 Annotation categories.
AnalyticalModel2 AnalyticalModel categories.
Imported3 Imported categories.
Modifier4 A special value related to modifiers.
Unsorted-1 A default unsorted type.
See Also