An enumerated type listing category types supported in an ExportLayerTable.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
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. |
