2027 Method
Changes 0
M

CompoundStructure.RemoveWallSweep

Description:
Removes a single sweep or reveal from the compound structure.
Remarks:
No validation of input arguments is performed. If no reveal or sweep has the specified id, no action is performed.
public void RemoveWallSweep(
	WallSweepType wallSweepType,
	int id
)
  • wallSweepType
    The type of a wall sweep.
  • Int32
    id
    The id of the sweep or reveal to remove.