com.esri.arcgis.output
Interface IExportEMF

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportEMF, IExportEMFProxy

public interface IExportEMF
extends java.io.Serializable

COM Interface 'IExportEMF'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the EMF (Windows Enhanced Metafile) Export.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID94123bcd_eae7_42a9_9fef_d09a57b87a0f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getDescription()
          A description string to embed in the file.
 int getHandle()
          Handle to in-memory metafile.
 void setDescription(java.lang.String pDescription)
          A description string to embed in the file.
 

Field Detail

IID94123bcd_eae7_42a9_9fef_d09a57b87a0f

static final int IID94123bcd_eae7_42a9_9fef_d09a57b87a0f
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getHandle

int getHandle()
              throws java.io.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.

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

setDescription

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

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

getDescription

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

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