com.esri.arcgis.output
Interface IExportAI2

All Superinterfaces:
Serializable
All Known Implementing Classes:
ExportAI

public interface IExportAI2
extends Serializable

Provides access to members that control advanced settings of AI (Adobe Illustrator) exporting.

Product Availability

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


Method Summary
 boolean isExportFeatureName()
          isExportFeatureName
 void setExportFeatureName(boolean pExportAttrs)
          setExportFeatureName
 

Method Detail

setExportFeatureName

void setExportFeatureName(boolean pExportAttrs)
                          throws IOException,
                                 AutomationException
setExportFeatureName

Product Availability

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

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

isExportFeatureName

boolean isExportFeatureName()
                            throws IOException,
                                   AutomationException
isExportFeatureName

Product Availability

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

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