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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2012

Syntax

C#
public enum WallSweepType
Visual Basic
Public Enumeration WallSweepType
Visual C++
public enum class WallSweepType

Members

Member nameDescription
Sweep Represents a wall sweep.
Reveal Represents a reveal.

See Also