API 文件集 > Creo Parametric fundamentals > Object ProMdl > Function ProMdlLocationIsStandard
Function ProMdlLocationIsStandard
Description
Check if given model is to be saved to a standard disk location.
Replacement in Object TOOLKIT:
Synopsis
#include <ProMdl.h>
ProMdlLocationIsStandard
(
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
The function successfully retrieved the information.
One or more arguments are invalid.
User Guide References
這是否有幫助?