Revit 2025.3 API
Wall |
Describes the fundamental type of wall, such as curtain wall or stacked wall.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax

Member name | Value | Description |
---|---|---|
Basic | 0 | A standard wall. |
Curtain | 1 | A curtain wall. |
Stacked | 2 | A stacked wall of several wall types. |
Unknown | -1 | The basic type is not known. |
See Also