Library | Module

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:
IpfcImport2DInstructions, IpfcRelationImportInstructions, IpfcIGESSectionImportInstructions, IpfcProgramImportInstructions, IpfcConfigImportInstructions, IpfcDWGSetupImportInstructions, IpfcSpoolImportInstructions, IpfcConnectorParamsImportInstructions, IpfcCableParamsImportInstructions, IpfcASSEMTreeCFGImportInstructions, IpfcWireListImportInstructions



Method Summary

FunctionGetFileType () as IpfcImportType
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


FunctionGetFileType () as IpfcImportType

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)