Library | Module

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:
pfcImport2DInstructions, pfcRelationImportInstructions, pfcIGESSectionImportInstructions, pfcProgramImportInstructions, pfcConfigImportInstructions, pfcDWGSetupImportInstructions, pfcSpoolImportInstructions, pfcConnectorParamsImportInstructions, pfcCableParamsImportInstructions, pfcASSEMTreeCFGImportInstructions, pfcWireListImportInstructions



Method Summary

pfcImportTypeGetFileType ()
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


pfcImportTypeGetFileType ()

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)