Description | ||||||||
Determines the type of model expected to be created by the import operation. | ||||||||
Replacement in Object TOOLKIT: | pfcBaseSession::GetImportSourceType | |||||||
Synopsis | ||||||||
#include <ProIntfimport.h> | ||||||||
ProError | ProIntfimportSourceTypeGet | ( | ||||||
ProPath import_file | ||||||||
/* (In) | ||||||||
Full path to file to be imported. | ||||||||
*/ | ||||||||
ProIntfImportType type | ||||||||
/* (In) | ||||||||
The type of file to be imported. | ||||||||
*/ | ||||||||
ProMdlType* mdl_type | ||||||||
/* (Out) | ||||||||
The type of model that can be created from this import file. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|