API Documentation > Interface Classes > Class pfcProgramExportInstructions
Class pfcProgramExportInstructions

# include <pfcModel.h>

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

Description
Used to export a program file for a part or assembly, which can be edited to change the model.
Using this export class is equivalent to using the Program > Edit Design option in Creo Parametric. For more information, refer to the Core section of the Creo Parametric help.
User Guide References:
Methods Inherited from Class pfcExportInstructions::
Method Summary
Creates a new instructions object used to export a program file for a part or assembly, which can be edited to change the model.
Method Detail
Creates a new instructions object used to export a program file for a part or assembly, which can be edited to change the model.
Using this export class is equivalent to using the Program > Edit Design option in Creo Parametric. For more information, refer to the Core section of the Creo Parametric help.
The return value must be passed to pfcModel::Export(xrstring, pfcExportInstructions_ptr) to produce the output file.
User Guide References:
Returns:
The instructions object
Was this helpful?