Category Features, Object ProInsert

Function ProInsertModeIsActive


Description
Determines whether insert mode is active in the specified part or assembly.
Synopsis
#include <ProFeature.h>
ProErrorProInsertModeIsActive(
ProSolid solid
/* (In)
The part or assembly.
*/
ProBoolean* p_is_active
/* (Out)
This is PRO_B_TRUE if insert mode is active; otherwise, this is PRO_B_FALSE.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned the information.
PRO_TK_BAD_INPUTSThe specified solid is invalid.
See Also
ProFeatureInsertmodeWithoptionsActivate
ProInsertModeCancel

Manual References:

  1. Core: Features: Feature Inquiry
  2. Core: Features: Feature Inquiry

Sample Code References:

  1. pt_examples ( TestFeats.c )