com.esri.arcgis.carto
Interface IExportSupport

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BiUniqueValueRenderer, ChartRenderer, ClassBreaksRenderer, DotDensityRenderer, IExportSupportProxy, ProportionalSymbolRenderer, RepresentationRenderer, ScaleDependentRenderer, SimpleRenderer, UniqueValueRenderer

public interface IExportSupport
extends java.io.Serializable

COM Interface 'IExportSupport'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to export support members.' 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 IIDf6448010_3cc8_435e_b042_540e9a328f3b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setExportInfoByRef(IFeatureExportInfoGenerator rhs1)
          The helper oject to generate export information.
 

Field Detail

IIDf6448010_3cc8_435e_b042_540e9a328f3b

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

setExportInfoByRef

void setExportInfoByRef(IFeatureExportInfoGenerator rhs1)
                        throws java.io.IOException,
                               AutomationException
The helper oject to generate export information.

Parameters:
rhs1 - A reference to a com.esri.arcgis.carto.IFeatureExportInfoGenerator (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.