Share

WallKind Enumeration

Describes the fundamental type of wall, such as curtain wall or stacked wall.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public enum WallKind

Members

Member nameValueDescription
Basic0 A standard wall.
Curtain1 A curtain wall.
Stacked2 A stacked wall of several wall types.
Unknown-1 The basic type is not known.

See Also

Reference

Was this information helpful?