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: 19.0.0.0 (19.0.0.405)
Since: 2012

Syntax

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

Members

Member name Description
Exterior The exterior of the wall.
Interior The interior of the wall.

See Also