com.esri.arcgis.geoprocessing
Interface IMdModelIteration

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMdModelIterationProxy, MdModel

public interface IMdModelIteration
extends java.io.Serializable

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

Description: 'Provides access to properties/methods of a model iteration.' 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 IID843d1afe_9026_486e_8525_d2c8a256c82d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCurrentIteration()
          Current model iteration.
 int getIterationCount()
          Number of times to iterate the model.
 int getIterationType()
          Indicates model iteration type.
 IMdVariable getIterationVariable()
          Model iteration variable.
 void setIterationCount(int count)
          Number of times to iterate the model.
 void setIterationType(int type)
          Indicates model iteration type.
 void setIterationVariableByRef(IMdVariable ppVariable)
          Model iteration variable.
 

Field Detail

IID843d1afe_9026_486e_8525_d2c8a256c82d

static final int IID843d1afe_9026_486e_8525_d2c8a256c82d
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

getIterationType

int getIterationType()
                     throws java.io.IOException,
                            AutomationException
Indicates model iteration type.

Returns:
A com.esri.arcgis.geoprocessing.esriMdIterationType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIterationType

void setIterationType(int type)
                      throws java.io.IOException,
                             AutomationException
Indicates model iteration type.

Parameters:
type - A com.esri.arcgis.geoprocessing.esriMdIterationType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIterationCount

int getIterationCount()
                      throws java.io.IOException,
                             AutomationException
Number of times to iterate the model.

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

setIterationCount

void setIterationCount(int count)
                       throws java.io.IOException,
                              AutomationException
Number of times to iterate the model.

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

getIterationVariable

IMdVariable getIterationVariable()
                                 throws java.io.IOException,
                                        AutomationException
Model iteration variable.

Returns:
A reference to a com.esri.arcgis.geoprocessing.IMdVariable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setIterationVariableByRef

void setIterationVariableByRef(IMdVariable ppVariable)
                               throws java.io.IOException,
                                      AutomationException
Model iteration variable.

Parameters:
ppVariable - A reference to a com.esri.arcgis.geoprocessing.IMdVariable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCurrentIteration

int getCurrentIteration()
                        throws java.io.IOException,
                               AutomationException
Current model iteration.

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