Category 3D interface, Object ProIntfimport

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>
ProErrorProIntfimportValidationpreferencesLoad(
ProPath file
/* (In)
The path to the file. Cannot be NULL.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully loaded the file.
PRO_TK_BAD_INPUTSThe argument file is NULL or not a solid.
PRO_TK_E_NOT_FOUNDThe file not found.
PRO_TK_NOT_EXISTImproper format in the file.

Manual References:

  1. Interface: Data Exchange: Validation Score for Imports