DEPRECATED: | Since Wildfire 5.0 | |||||||
SUPERSEDED BY: | ProFeatureInsertmodeWithoptionsActivate | |||||||
Description | ||||||||
Activates insert mode such that the specified feature becomes the last feature.
NOTE: This function is deprecated. Use ProFeatureInsertmodeWithoptionsActivate() with flags equal to PRO_REGEN_NO_FLAGS for equivalent behavior. |
||||||||
Synopsis | ||||||||
#include <ProFeature.h> | ||||||||
ProError | ProFeatureInsertModeActivate | ( | ||||||
ProFeature* p_last_feat | ||||||||
/* (In) | ||||||||
The feature that will be the last feature. All the features after this feature will be detached. Any features created after the activation of insert mode will be created after this feature. When you cancel the insert mode, the detached features will be reappended at the end. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProInsertModeIsActive | ||||||||
ProInsertModeCancel |