API Documentation > Features > Object ProUdf > Function ProUdfFileIsPreCreo7
Function ProUdfFileIsPreCreo7
Description
Identifies if gph file is created/modified before Creo7
Synopsis
#include <ProUdf.h>
ProUdfFileIsPreCreo7
(
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
The function successfully returned value.
One or more input arguments is invalid.
gph file not found at specified path.
User Guide References
Was this helpful?