DEPRECATED: | Since Wildfire 5.0 | |||||||
SUPERSEDED BY: | ProInsertmodeWithoptionsCancel | |||||||
Description | ||||||||
Cancels insert mode in the specified part or assembly.
NOTE: This function is deprecated. Use ProInsertmodeWithoptionsCancel() with flags equal to PRO_REGEN_NO_FLAGS for equivalent behavior. |
||||||||
Synopsis | ||||||||
#include <ProFeature.h> | ||||||||
ProError | ProInsertModeCancel | ( | ||||||
ProSolid solid | ||||||||
/* (In) | ||||||||
The part or assembly. | ||||||||
*/ | ||||||||
ProBoolean resume | ||||||||
/* (In) | ||||||||
Set this to PRO_B_TRUE if the suppressed features are to be resumed once you cancel insert mode. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProFeatureInsertmodeWithoptionsActivate | ||||||||
ProInsertModeIsActive |