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