WallSweepOrientation Enumeration |
Represents the orientation of horizonally placed sweep's profile relative to the wall side face.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum WallSweepOrientation
Public Enumeration WallSweepOrientation
public enum class WallSweepOrientation
type WallSweepOrientation
MembersMember name | Value | Description |
---|
Horizontal | 0 |
Profile is oriented horizontally regardless of wall slant angle
|
Perpendicular | 1 |
Profile is perpendicular to the wall side face
|
See Also