API Documentation > Interface Classes > Class pfcDWGSetupImportInstructions
Class pfcDWGSetupImportInstructions

# include <pfcModel.h>

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

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