Description | |||||
This is the notification function called before unit conversion of a solid.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_UNIT_CONVERT_PRE |
|||||
Synopsis | |||||
#include <ProNotify.h> | |||||
ProError | (*ProSolidUnitConvertPreAction) | ( | |||
ProSolid solid_handle | |||||
/* (In) | |||||
The handle to the solid about to be converted | |||||
*/ | |||||
int convert_numbers | |||||
/* (In) | |||||
TRUE if quantities are converted, FALSE if quantities are reinterpreted. | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet |