CompoundStructureClearWallSweeps Method |
Removes all sweeps or reveals from the compound structure.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void ClearWallSweeps(
WallSweepType wallSweepType
)
Public Sub ClearWallSweeps (
wallSweepType As WallSweepType
)
public:
void ClearWallSweeps(
WallSweepType wallSweepType
)
member ClearWallSweeps :
wallSweepType : WallSweepType -> unit
Parameters
- wallSweepType WallSweepType
-
The type of a wall sweep.
Exceptions
See Also