com.esri.arcgis.output
Interface esriExportErrorReturnCodes

All Superinterfaces:
Serializable

public interface esriExportErrorReturnCodes
extends Serializable

Output Error Return Codes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int E_BITMAPOUTOFMEMORY
          Not enough memory to create requested bitmap.
static int E_CGMVERSION3NEEDED
          CGM (Computer Graphics Metafile) Version 3 needed.
static int E_DRIVERNOTMATCH
          Cannot find appropriate ArcPress driver for the selected printer.
static int E_FILECREATION
          Cannot create exported file.
static int E_LICENSENOTAVAILABLE
          License not available.
static int E_MAPMETAFILE
          Cannot map metafile into memory.
static int E_METAFILEPARSING
          Cannot parse the metafile.
static int E_OBJECTSETUP
          Object was not set up correctly.
static int E_OPENPRINTER
          Cannot open printer.
static int E_OUTPUTFILENAME
          Output filename is invalid or not specified.
static int E_PAPERREFREQ
          Paper reference required.
static int E_PARAMETER
          Parameter is incorrect.
static int E_PIXELBOUNDS
          Invalid pixel bound value(s).
static int E_REGISTRYSETTINGS
          Cannot access registry settings.
static int E_STARTPRINTING
          Cannot start printing.
static int E_TEMPMETAFILE
          Cannot create temporary metafile.
static int E_WASNOTACTIVATED
          Extension wasn't activated.
 

Field Detail

E_CGMVERSION3NEEDED

static final int E_CGMVERSION3NEEDED
CGM (Computer Graphics Metafile) Version 3 needed.

See Also:
Constant Field Values

E_LICENSENOTAVAILABLE

static final int E_LICENSENOTAVAILABLE
License not available.

See Also:
Constant Field Values

E_OBJECTSETUP

static final int E_OBJECTSETUP
Object was not set up correctly.

See Also:
Constant Field Values

E_TEMPMETAFILE

static final int E_TEMPMETAFILE
Cannot create temporary metafile.

See Also:
Constant Field Values

E_MAPMETAFILE

static final int E_MAPMETAFILE
Cannot map metafile into memory. Not enough memory.

See Also:
Constant Field Values

E_PAPERREFREQ

static final int E_PAPERREFREQ
Paper reference required.

See Also:
Constant Field Values

E_DRIVERNOTMATCH

static final int E_DRIVERNOTMATCH
Cannot find appropriate ArcPress driver for the selected printer.

See Also:
Constant Field Values

E_PARAMETER

static final int E_PARAMETER
Parameter is incorrect.

See Also:
Constant Field Values

E_REGISTRYSETTINGS

static final int E_REGISTRYSETTINGS
Cannot access registry settings.

See Also:
Constant Field Values

E_FILECREATION

static final int E_FILECREATION
Cannot create exported file. Either file is already open or not enough disk space.

See Also:
Constant Field Values

E_METAFILEPARSING

static final int E_METAFILEPARSING
Cannot parse the metafile.

See Also:
Constant Field Values

E_OPENPRINTER

static final int E_OPENPRINTER
Cannot open printer.

See Also:
Constant Field Values

E_BITMAPOUTOFMEMORY

static final int E_BITMAPOUTOFMEMORY
Not enough memory to create requested bitmap.

See Also:
Constant Field Values

E_STARTPRINTING

static final int E_STARTPRINTING
Cannot start printing. Error occurred while trying to access to printer device context and spooler.

See Also:
Constant Field Values

E_WASNOTACTIVATED

static final int E_WASNOTACTIVATED
Extension wasn't activated.

See Also:
Constant Field Values

E_OUTPUTFILENAME

static final int E_OUTPUTFILENAME
Output filename is invalid or not specified.

See Also:
Constant Field Values

E_PIXELBOUNDS

static final int E_PIXELBOUNDS
Invalid pixel bound value(s).

See Also:
Constant Field Values