Documentation de l'API > Creo Parametric fundamentals > Object ProMdl > Function ProMdlModificationVerify
Function ProMdlModificationVerify
Description
Verifies whether the specified model has been modified since the last save.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
ProMdlModificationVerify
(
ProMdl handle
/* (In)
The ProMdl to verify.
*/
ProBoolean* p_modified
/* (Out)
This is PRO_B_TRUE if the model has been modified. Otherwise, this is PRO_B_FALSE.
*/
)
Returns
The function successfully verified the model.
The input argument is invalid.
Sample Code References
User Guide References
Est-ce que cela a été utile ?