Description | |||||
This is the notification function called after unit conversion of a solid.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_UNIT_CONVERT_POST |
|||||
Synopsis | |||||
#include <ProNotify.h> | |||||
ProError | (*ProSolidUnitConvertPostAction) | ( | |||
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 |