Represents the possible sides of a wall where a sweep or reveal may be attached.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
SyntaxPublic Enumeration WallSide
public enum class WallSide
MembersMember name | Value | Description |
---|
Exterior | 0 |
The exterior of the wall.
|
Interior | 1 |
The interior of the wall.
|
See Also