com.esri.arcgis.carto
Interface IExportSupport

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

public interface IExportSupport
extends Serializable

Provides access to export support members.

Product Availability

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


Method Summary
 void setExportInfoByRef(IFeatureExportInfoGenerator rhs1)
          The helper oject to generate export information.
 

Method Detail

setExportInfoByRef

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

Product Availability

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

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