Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlVisibleModificationVerify


Description
Verifies whether the visible model of specified model has been modified since the last save.
Synopsis
#include <ProMdl.h>
ProErrorProMdlVisibleModificationVerify(
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
PRO_TK_NO_ERRORThe function successfully verified the model.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Manual References:

  1. Core: Models and Model Items: Models in Session
  2. Core: Models and Model Items: Models in Session
  3. Technical Summary of Changes for Creo 11.0.0.0: Models