API Documentation > Interface Classes > Class pfcProgramImportInstructions
Class pfcProgramImportInstructions

# include <pfcModel.h>

class
pfcProgramImportInstructions
: public virtual
pfcImportInstructions
{
xdeclare(pfcProgramImportInstructions)
...
};
This is a
COMPACT class.

Description
This class specifies instructions used to import (read) from the PROGRAM type file.
User Guide References:
Methods Inherited from Class pfcImportInstructions::
Method Summary
Creates a new instructions object used to import from a program file.
Method Detail
Creates a new instructions object used to import from a program file.
The return value must be passed to pfcModel::Import(xrstring, pfcImportInstructions_ptr) to read the input file.
User Guide References:
Returns:
The instructions object
Was this helpful?