API Documentation > Interface Classes > Class pfcExportInstructions
Class pfcExportInstructions

# include <pfcModel.h>

class
pfcExportInstructions
: public virtual
xobject
{
xdeclare(pfcExportInstructions)
...
};
This is a
COMPACT class.

Description
Base class to all the export-instructions classes that govern the exporting of Creo Parametric data with pfcModel::Export(xrstring, pfcExportInstructions_ptr) .
Direct Known Subclasses:
Method Summary
Returns a pfcExportType instance that indicates the type of data the object exports when passed as an argument to pfcModel::Export(xrstring, pfcExportInstructions_ptr) .
Method Detail
GetFileType
()
Returns a pfcExportType instance that indicates the type of data the object exports when passed as an argument to pfcModel::Export(xrstring, pfcExportInstructions_ptr) .
Returns:
One of the static instances of pfcExportType , such as IGES or CATIA.
Was this helpful?