| Description |
| This is the notification function that is called when the user chooses to activate a model from the model tree using "Activate", after actual activation was done. This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_ASMCOMP_ACTIVATION_POST. |
| Synopsis |
| #include <ProAsmcomppath.h> |
| ProError | (*ProAsmcompActivatePostAction) | ( |
| ProAsmcomppath* active_path | |
| /*
(In) |
| The path to the new active model. |
| */ |
| ProSolid active_model | |
| /*
(In) |
| The newly activated model. |
| */ |
| ProError in_err | |
| /*
(In) |
| PRO_TK_NO_ERROR if the user accepted activation of the component; PRO_TK_ABORT if the user cancelled activation. |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | Activation was successfully finished. |
| Other | | Activation finished, but with problems. |
|