Library | Package Java Toolkit

Interface ExportInstructions

package com.ptc.pfc.pfcModel;

public interface ExportInstructions
  extends jxobject



Description

Base class to all the export-instructions classes that govern the exporting of Creo Parametric data with Model.Export(String, ExportInstructions) .
Direct Known Subclasses:
RelationExportInstructions, IGESFileExportInstructions, ModelInfoExportInstructions, ProgramExportInstructions, DXFExportInstructions, DWGSetupExportInstructions, FeatIdExportInstructions, CoordSysExportInstructions, GeomExportInstructions, BOMExportInstructions, MaterialExportInstructions, ConnectorParamExportInstructions, CGMFILEExportInstructions, VRMLExportInstructions, PlotInstructions, STEP2DExportInstructions, MedusaExportInstructions, CableParamsFileInstructions, Export3DInstructions, CADDSExportInstructions, NEUTRALFileExportInstructions, ProductViewExportInstructions, PDFExportInstructions, PrinterInstructions



Method Summary
ExportTypeGetFileType ()
    Returns a ExportType instance that indicates the type of data the object exports when passed as an argument to Model.Export(String, ExportInstructions) .

Method Detail

GetFileType

ExportTypeGetFileType ()


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