Obtains a list of the intrinsic wall sweeps or reveals in this CompoundStructure.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<WallSweepInfo> GetWallSweepsInfo(
WallSweepType wallSweepType
)
Parameters
- wallSweepType WallSweepType
-
Whether to obtain wall sweeps or reveals.
Return Value
IList<WallSweepInfo>
An array which describes the intrinsic wall sweeps or reveals.
Exceptions
See Also
Reference