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