WallSweepType Enumeration

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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum WallSweepType
Members
Member nameValueDescription
Sweep0 Represents a wall sweep.
Reveal1 Represents a reveal.
See Also