com.esri.arcgis.geoprocessing
Interface IMBProgressor

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMBProgressorProxy

public interface IMBProgressor
extends java.io.Serializable

COM Interface 'IMBProgressor'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides access to properties/methods of a model builder progressor object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDc9501b13_4a34_4ab1_9e81_85d1804cf68c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getProcessCount()
          The number of processes to be executed.
 void setProcessCount(int count)
          The number of processes to be executed.
 void stepProcess()
          Increments the current progressor position by one.
 

Field Detail

IIDc9501b13_4a34_4ab1_9e81_85d1804cf68c

static final int IIDc9501b13_4a34_4ab1_9e81_85d1804cf68c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getProcessCount

int getProcessCount()
                    throws java.io.IOException,
                           AutomationException
The number of processes to be executed.

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

setProcessCount

void setProcessCount(int count)
                     throws java.io.IOException,
                            AutomationException
The number of processes to be executed.

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

stepProcess

void stepProcess()
                 throws java.io.IOException,
                        AutomationException
Increments the current progressor position by one.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.