Constructs a new WallSweepInfo instance.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public WallSweepInfo(
WallSweepType type,
bool vertical
)
Parameters
- type WallSweepType
-
The type of the WallSweepInfo instance.
- vertical Boolean
-
True to construct a vertical wall sweep, false otherwise.
Exceptions
See Also
Reference