Describes the fundamental type of wall, such as curtain wall or stacked wall.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
SyntaxPublic Enumeration WallKind
public enum class WallKind
MembersMember 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