WallSide Enumeration
Represents the possible sides of a wall where a sweep or reveal may be attached.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2012

Syntax

C#
public enum WallSide
Visual Basic
Public Enumeration WallSide
Visual C++
public enum class WallSide

Members

Member nameDescription
Exterior The exterior of the wall.
Interior The interior of the wall.

See Also