Library | File

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.
Manual References:
Interface: Import Instructions



Method Summary

static pfcProgramImportInstructions_ptrCreate ()
Creates a new instructions object used to import from a program file.


Methods Inherited from Class pfcImportInstructions:

GetFileType



Method Detail

static pfcProgramImportInstructions_ptrCreate ()

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.
Manual References:
Interface: Import Instructions
Returns:
The instructions object