com.esri.arcgis.output
Interface IStepProgressorSetup
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AIDriver, AIExporter, DibExporter, JpegExporter, PDFDriver, PDFExporter, PsExporter, TiffExporter
public interface IStepProgressorSetup
- extends Serializable
Provides access to members that set up the Step Progressor.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
setStepProgressor
void setStepProgressor(IStepProgressor rhs1)
throws IOException,
AutomationException
- Updates a Progress Bar.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
- Parameters:
rhs1
- A reference to a com.esri.arcgis.system.IStepProgressor (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.