This document is archived and information here might be outdated.  Recommended version.


IOperationProgress Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IO > IOperationProgress Interface
ArcGIS Developer Help

IOperationProgress Interface

Provides access to members that monitor the progress of an operation such as exporting geodatabase to XML.

Product Availability

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

Members

Name Description
Write-only property CurrentOperation The current operation process.
Write-only property ObjectCount The number of objects in an operation.
Write-only property Operations The number of operations to perform.
Method Startup Initiate the operation progress utility.

Classes that implement IOperationProgress

Classes Description
DEProgressor (esriGeoDatabaseDistributedUI) Progressor that implements disconnected editing event interfaces.
GdbExporter Esri Geodatabase Exporter object.
GdbImporter Esri Geodatabase Importer object.
OperationProgress Helper coclass for working with the nondefault outbound IOperationProgress interface in VB.
OperationProgressListener (esriSystemUtility) Helper coclass to provide IOperationProgress support to the C++ API.