WallSweepOrientation Enumeration

WallSweepOrientation Enumeration

Represents the orientation of horizonally placed sweep's profile relative to the wall side face.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum WallSweepOrientation
Public Enumeration WallSweepOrientation
public enum class WallSweepOrientation
type WallSweepOrientation
Members
Member nameValueDescription
Horizontal0 Profile is oriented horizontally regardless of wall slant angle
Perpendicular1 Profile is perpendicular to the wall side face
See Also