API Documentation > Classes > Class pfcImportInstructions
Class pfcImportInstructions
Description
Base class to all the import-instructions classes that govern the importing (reading) of Creo Parametric related data with pfcModel.Import() .
Direct Known Subclasses:
User Guide References:
Method Summary
Returns a pfcImportType instance that indicates the type of data the object imports when passed as an argument to the pfcModel.Import() method.
Method Detail
GetFileType
()
Returns a pfcImportType instance that indicates the type of data the object imports when passed as an argument to the pfcModel.Import() method.
Returns:
One of the static instances of pfcImportType (e.g. IMPORT_RELATION)
Was this helpful?