com.esri.arcgis.output
Interface IExportAI2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportAI, IExportAI2Proxy

public interface IExportAI2
extends java.io.Serializable

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

Description: 'Provides access to members that control advanced settings of AI (Adobe Illustrator) exporting.' 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 IID0ab19cc6_7c0b_4916_8d8d_8b6b9c4e4a8a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isExportFeatureName()
          isExportFeatureName
 void setExportFeatureName(boolean pExportAttrs)
          setExportFeatureName
 

Field Detail

IID0ab19cc6_7c0b_4916_8d8d_8b6b9c4e4a8a

static final int IID0ab19cc6_7c0b_4916_8d8d_8b6b9c4e4a8a
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

setExportFeatureName

void setExportFeatureName(boolean pExportAttrs)
                          throws java.io.IOException,
                                 AutomationException
setExportFeatureName

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

isExportFeatureName

boolean isExportFeatureName()
                            throws java.io.IOException,
                                   AutomationException
isExportFeatureName

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