Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlModificationVerify


Description
Verifies whether the specified model has been modified since the last save.
Replacement in Object TOOLKIT: pfcModel::IsModified
Synopsis
#include <ProMdl.h>
ProErrorProMdlModificationVerify(
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. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. Core: Models and Model Items: Models in Session
  3. Core: Models and Model Items: Models in Session

Sample Code References:

  1. pt_examples ( TestDbms.c )