Category Creo Parametric fundamentals, Object ProMdl

Function ProMdlLocationIsStandard


Description
Check if given model is to be saved to a standard disk location.
Synopsis
#include <ProMdl.h>
ProErrorProMdlLocationIsStandard(
ProMdl model
/* (In)
Model to check.
*/
ProBoolean* is_standard
/* (Out)
PRO_B_TRUE if the storage path is one that would be expected to work with normal OS commands.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more arguments are invalid.

Manual References:

  1. Core: Models and Model Items: File Management Operations