com.esri.arcgis.geoprocessing
Interface IMdModelIteration2

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

public interface IMdModelIteration2
extends java.io.Serializable

COM Interface 'IMdModelIteration2'. 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 IIDd9de210b_7457_42b3_a71d_f75905582c48
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCurrentIteration()
          Current model iteration.
 int getIterationCount()
          Number of times to iterate the model.
 IMdElement getIterationElement()
          Model iteration element.
 int getIterationType()
          Indicates model iteration type.
 void setIterationCount(int count)
          Number of times to iterate the model.
 void setIterationElementByRef(IMdElement ppElement)
          Model iteration element.
 void setIterationType(int type)
          Indicates model iteration type.
 

Field Detail

IIDd9de210b_7457_42b3_a71d_f75905582c48

static final int IIDd9de210b_7457_42b3_a71d_f75905582c48
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.

getIterationElement

IMdElement getIterationElement()
                               throws java.io.IOException,
                                      AutomationException
Model iteration element.

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

setIterationElementByRef

void setIterationElementByRef(IMdElement ppElement)
                              throws java.io.IOException,
                                     AutomationException
Model iteration element.

Parameters:
ppElement - A reference to a com.esri.arcgis.geoprocessing.IMdElement (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.