| Revit 2022.1 API |
| LayerCategoryType Enumeration |
| See Also |
An enumerated type listing category types supported in an ExportLayerTable.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2014
Since:
2014
Syntax
| C# |
|---|
public enum LayerCategoryType |
| Visual Basic |
|---|
Public Enumeration LayerCategoryType |
| Visual C++ |
|---|
public enum class LayerCategoryType |
Members
| Member name | Description |
|---|---|
| Unsorted | A default unsorted type. |
| Model | Model categories. |
| Annotation | Annotation categories. |
| AnalyticalModel | AnalyticalModel categories. |
| Imported | Imported categories. |
| Modifier | A special value related to modifiers. |