Represents the possible types for methods affecting wall sweeps or reveals.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum WallSweepType
Members
| Member name | Value | Description |
|---|
| Reveal | 1 |
Represents a reveal.
|
| Sweep | 0 |
Represents a wall sweep.
|
See Also
Reference