WallSweepType Enumeration |
Represents the possible types for methods affecting wall sweeps or reveals.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum WallSweepType
Public Enumeration WallSweepType
public enum class WallSweepType
MembersMember name | Value | Description |
---|
Reveal | 1 |
Represents a reveal.
|
Sweep | 0 |
Represents a wall sweep.
|
See Also