Description | |||||
This is the notification function called before a dimension value is modified in Creo Parametric. If the user supplied function returns anything other than PRO_TK_NO_ERROR, the value will NOT be modified by Creo Parametric. This function is to be supplied by the user by calling ProNotificationSet() with the type PRO_DIM_MODIFY_VALUE_PRE. | |||||
Synopsis | |||||
#include <ProDimension.h> | |||||
ProError | (*ProDimModifyValuePreAction) | ( | |||
ProDimension* dimension | |||||
/* (In) | |||||
The dimension about to be modified. | |||||
*/ | |||||
) | |||||
Returns | |||||
|