com.esri.arcgis.output
Interface IAIExporter
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AIExporter
public interface IAIExporter
- extends Serializable
Superseded by IExportAI. Provides access to members that control the AI (Adobe Illustrator) export driver.
Superseded By
IExportAI
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
queryAIDriver
IAIDriver queryAIDriver()
throws IOException,
AutomationException
- Returns Interface IAIDriver.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Returns:
- A reference to a com.esri.arcgis.output.IAIDriver
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.