<Code Lib>
2027 Constructor
Changes 0
C

WallSweepInfo(WallSweepType, Boolean)

Description:
Constructs a new WallSweepInfo instance.
Overloads (2):
WallSweepInfo(WallSweepType,Boolean)

public WallSweepInfo(
	WallSweepType type,
	bool vertical
)

  • type
    The type of the WallSweepInfo instance.
  • Boolean
    vertical
    True to construct a vertical wall sweep, false otherwise.

Loading…