2021 Constructor
Changes 0
C

WallSweepInfo(Boolean, WallSweepType)

Description:
Constructs a new WallSweepInfo instance.
Overloads (2):
WallSweepInfo(Boolean,WallSweepType)
public WallSweepInfo(
	bool fixed,
	WallSweepType type
)
  • Boolean
    fixed
    True if the WallSweepInfo should be fixed (suitable for use in CompoundStructure.AddWallSweep()). False if the WallSweepInfo should be suitable for use in standalone wall sweep or reveal elements.
  • type
    The type of the WallSweepInfo instance.