Category Features, Object ProUdf

Function ProUdfFileIsPreCreo7


Description
Identifies if gph file is created/modified before Creo7
Synopsis
#include <ProUdf.h>
ProErrorProUdfFileIsPreCreo7(
ProPath gph_path
/* (In)
The path to gph file.
*/
ProBoolean* is_pre_creo7
/* (Out)
PRO_B_TRUE if gph file is created before Creo7
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully returned value.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.
PRO_TK_E_NOT_FOUNDgph file not found at specified path.

Manual References:

  1. Core: Features: Updating or Replacing UDFs
  2. Migrating to the Multibody Environment: Overview