SpecialType Enumeration

An enumerated type listing special types that can appear in an ExportLayerTable. These types do not represent an independent category in Revit, but can be mapped to specific layers on export.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum SpecialType
Members
Member nameValueDescription
InteriorWall1 The special type representing interior walls.
ExteriorWall2 The special type representing exterior walls.
FoundationWall3 The special type representing foundation walls.
RetainingWall4 The special type representing retaining walls.
Default-1 The default value for most Revit categories and subcategories.
See Also