com.esri.arcgis.output
Interface IExporterPriority
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AIExporter, DibExporter, EmfExporter, JpegExporter, PDFExporter, PsExporter, TiffExporter
public interface IExporterPriority
- extends Serializable
Superseded by IExport. Provides access to members that control the Base Exporter Priority.
Superseded By
IExport
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
|
Method Summary |
int |
getPriority()
Exporter's priority - the order of appearance in the user interface. |
getPriority
int getPriority()
throws IOException,
AutomationException
- Exporter's priority - the order of appearance in the user interface.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Returns:
- The pPriority
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.