Callback ProModelEmbedExtractPostAction
Description
This is the notification function called after embedding or extracting a model.
Users must supply this function by calling
ProNotificationSet() with the notify type
PRO_MODEL_EMBED_EXTRACT_POST. NOTE: This notification is called when model is replaced by embed/extract operation. Embedded model name will not be always available on CB side. Notification is meant to enable the listener to update the model handle only.
Synopsis
| (*ProModelEmbedExtractPostAction) |
| ( /* (In) The new model after the operation */ /* (In) The old model before the operation */ ) |
Returns
Return values are not interpreted by Creo Parametric. |
See Also
Parent topic