Description | |||||
This is the notification function called after principal system of units was renamed
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_SOLID_PRINC_SYS_UNITS_RENAMED_POST |
|||||
Synopsis | |||||
#include <ProNotify.h> | |||||
ProError | (*ProSolidPrincSysUnitsRenamedPostAction) | ( | |||
ProSolid solid_handle | |||||
/* (In) | |||||
The handle to the solid about to be converted | |||||
*/ | |||||
ProName old_name | |||||
/* (In) | |||||
Old name of principal system of units | |||||
*/ | |||||
ProName new_name | |||||
/* (In) | |||||
New name of principal system of units | |||||
*/ | |||||
) | |||||
Returns | |||||
|
|||||
See Also | |||||
ProNotificationSet |