Documentación de la API > 3D interface > Object ProIntfimport > Function ProIntfimportValidationpreferencesLoad
Function ProIntfimportValidationpreferencesLoad
Description
Loads validation preferences from a file. These preferences will be used during the validation until they are reset.
Synopsis
#include <ProIntfimport.h>
ProIntfimportValidationpreferencesLoad
(
ProPath file
/* (In)
The path to the file. Cannot be NULL.
*/
)
Returns
The function successfully loaded the file.
The argument file is NULL or not a solid.
The file not found.
Improper format in the file.
User Guide References
¿Fue esto útil?