WallSweepType Enumeration

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

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