Documentazione API > Parameters and relations > Object ProParameter > Callback ProParameterCreateWithUnitsPreAction
Callback ProParameterCreateWithUnitsPreAction
Description
This is the notification function called before a parameter is created.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_PARAM_CREATE_W_UNITS_PRE.
Synopsis
#include <ProParameter.h>
(*ProParameterCreateWithUnitsPreAction)
(
ProModelitem* param_owner
/* (In)
The model item handle of the parameter owner
*/
ProName param_name
/* (In)
The name of the parameter to be created
*/
/* (In)
The units of the value to be set
*/
ProParamvalue* param_value
/* (In)
The value of this parameter
*/
)
Returns
Proceed with parameter creation.
Other
Error encountered. Abort parameter creation.
See Also
User Guide References
È stato utile?