ClearWallSweeps Method


Removes all sweeps or reveals from the compound structure.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)

Syntax

C#
public void ClearWallSweeps(
	WallSweepType wallSweepType
)
Visual Basic
Public Sub ClearWallSweeps ( _
	wallSweepType As WallSweepType _
)
Visual C++
public:
void ClearWallSweeps(
	WallSweepType wallSweepType
)

Parameters

wallSweepType
Type: Autodesk.Revit.DBWallSweepType
The type of a wall sweep.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration
Autodesk.Revit.ExceptionsInvalidOperationException This operation is valid only for vertically compound structures.

See Also