CompoundStructure.RemoveWallSweep
Description:
Removes a single sweep or reveal from the compound structure.
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.
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
)
-
wallSweepTypeThe type of a wall sweep.
-
Int32idThe id of the sweep or reveal to remove.
-
A value passed for an enumeration argument is not a member of that enumeration
-
This operation is valid only for vertically compound structures.