Library | Module

Interface IpfcExportInstructions



Description

Base class to all the export-instructions classes that govern the exporting of Creo Parametric data with IpfcModel.Export() .
Direct Known Subclasses:
IpfcRelationExportInstructions, IpfcIGESFileExportInstructions, IpfcModelInfoExportInstructions, IpfcProgramExportInstructions, IpfcDXFExportInstructions, IpfcDWGSetupExportInstructions, IpfcFeatIdExportInstructions, IpfcCoordSysExportInstructions, IpfcGeomExportInstructions, IpfcBOMExportInstructions, IpfcMaterialExportInstructions, IpfcConnectorParamExportInstructions, IpfcCGMFILEExportInstructions, IpfcVRMLExportInstructions, IpfcPlotInstructions, IpfcSTEP2DExportInstructions, IpfcMedusaExportInstructions, IpfcCableParamsFileInstructions, IpfcExport3DInstructions, IpfcCADDSExportInstructions, IpfcNEUTRALFileExportInstructions, IpfcProductViewExportInstructions, IpfcPDFExportInstructions, IpfcPrinterInstructions



Method Summary

FunctionGetFileType () as IpfcExportType
Returns a IpfcExportType instance that indicates the type of data the object exports when passed as an argument to IpfcModel.Export() .



Method Detail


FunctionGetFileType () as IpfcExportType

Returns a IpfcExportType instance that indicates the type of data the object exports when passed as an argument to IpfcModel.Export() .
Returns:
One of the static instances of IpfcExportType , such as IGES or CATIA.