Category Creo Parametric fundamentals, Object ProMdl

Callback ProMdlDisplayPreAction


Description
This is the notification function called before starting to display a model.

Users must supply this function by calling ProNotificationSet() with the notify type PRO_MDL_DISPLAY_PRE.

Synopsis
#include <ProMdl.h>
ProError(*ProMdlDisplayPreAction)(
ProMdl mdl_handle
/* (In)
The model about to be displayed
*/
)
Returns
Return values are not interpreted by Creo Parametric.
See Also
ProNotificationSet

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Event-driven Programming: Notifications: Graphics Events