com.esri.arcgis.output
Interface IExportEMF

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExportEMF

public interface IExportEMF
extends Serializable

Provides access to members that control the EMF (Windows Enhanced Metafile) Export.

Product Availability

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


Method Summary
 String getDescription()
          A description string to embed in the file.
 int getHandle()
          Handle to in-memory metafile.
 void setDescription(String pDescription)
          A description string to embed in the file.
 

Method Detail

getHandle

int getHandle()
              throws IOException,
                     AutomationException
Handle to in-memory metafile. Client must call DeleteEnhMetafile in order to release the handle. Subsequent calls to this routine will return 0.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The pHandle (A COM typedef)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(String pDescription)
                    throws IOException,
                           AutomationException
A description string to embed in the file.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Parameters:
pDescription - The pDescription (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
A description string to embed in the file.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The pDescription
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.