Function ProParameterIsModified
Description
Determines whether the specified parameter has been modified.
NOTE:
A parameter is said to be "modified" if the value has been changed but the parameter's owner has not yet been regenerated. This function can succeed only for solid models.
Replacement in Object TOOLKIT:
Synopsis
#include <ProParameter.h>
ProParameterIsModified
(
/* (In)
The handle to the parameter to query.
*/
ProBoolean* r_is_modified
/* (Out)
This is PRO_B_TRUE if the specified parameter is modified.
*/
)
Returns
The function successfully retrieved the information.
The owner was not found.
The parameter was not found, or the function could not perform the action.
Sample Code References
User Guide References
¿Fue esto útil?