API Documentation > Interface Classes > Class pfcRelationImportInstructions
Class pfcRelationImportInstructions

# include <pfcModel.h>

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

Description
This class specifies instructions used to import (read) from the RELATION type file.
Manual References:
Method Summary
Creates a new instructions object used to import (read) a list of the relations and parameters of a part or assembly from RELATION type file.
Methods Inherited from Class pfcImportInstructions::
Method Detail
Creates a new instructions object used to import (read) a list of the relations and parameters of a part or assembly from RELATION type file.
The return value must be passed to pfcModel::Import(xrstring, pfcImportInstructions_ptr) to read from the input file.
Manual References:
Returns:
The instructions object
Was this helpful?