API 설명서 > Parameters and relations > Object ProParameter > Callback ProParameterModifyWithUnitsPostAction
Callback ProParameterModifyWithUnitsPostAction
Description
This is the notification function prototype for a function called after a parameter has been modified (actions of type PRO_PARAM_MODIFY_W_UNITS_POST).
Synopsis
#include <ProParameter.h>
(*ProParameterModifyWithUnitsPostAction)
(
ProParameter* new_param
/* (In)
The modified parameter.
*/
ProParamvalue* new_value
/* (In)
The value of the new parameter.
*/
ProUnititem* new_units
/* (In)
The units of the new value.
*/
ProParamvalue* old_value
/* (In)
The value of the parameter before it was modified.
*/
ProUnititem* old_units
/* (In)
The units of the value before it was modified.
*/
)
Returns
Any other value
Return values are not interpreted by Creo Parametric.
User Guide References
도움이 되셨나요?