WallSweepType Enumeration


Wall Sweep Type Enumeration

Represents the possible types for methods affecting wall sweeps or reveals.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum WallSweepType
Members
Member name Value Description
Reveal 1 Represents a reveal.
Sweep 0 Represents a wall sweep.
See Also