API Documentation > Solids and parts > Object ProSolid > Callback ProSolidPrincSysUnitsRenamedPostAction
Callback ProSolidPrincSysUnitsRenamedPostAction
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>
(*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
Return values are not interpreted by Creo Parametric.
See Also
User Guide References
Was this helpful?