RVTDocs.com
Namespace: Autodesk.Revit.DB Class: WallSweepInfo

WallSweepInfo(WallSweepType, Boolean)

Constructor
Description:
Constructs a new WallSweepInfo instance.
Syntax
public WallSweepInfo(
	WallSweepType type,
	bool vertical
)
Parameters
Parameter Type Description
type WallSweepType The type of the WallSweepInfo instance.
vertical Boolean True to construct a vertical wall sweep, false otherwise.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration