API Documentation > 3D interface > Object ProIntfimport > Function ProIntfimportWithProfileSourceTypeGet
Function ProIntfimportWithProfileSourceTypeGet
Description
Determines the type of model expected to be created by the import operation based on profile settings.
Synopsis
#include <ProIntfimport.h>
ProIntfimportWithProfileSourceTypeGet
(
ProPath import_file
/* (In)
Full path to file to be imported.
*/
ProPath profile_file
/* (In)
Full path to profile file. May be NULL.
*/
/* (In)
The type of file to be imported.
*/
ProMdlType* mdl_type
/* (Out)
The type of model that can be created from this import file & profile settings.
*/
)
Returns
The function successfully returned the information
This function is not supported for this import type.
User Guide References
Was this helpful?