|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMdModelIteration
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 |
|---|
static final int IID843d1afe_9026_486e_8525_d2c8a256c82d
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
int getIterationType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIterationType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.geoprocessing.esriMdIterationType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getIterationCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIterationCount(int count)
throws java.io.IOException,
AutomationException
count - The count (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMdVariable getIterationVariable()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIterationVariableByRef(IMdVariable ppVariable)
throws java.io.IOException,
AutomationException
ppVariable - A reference to a com.esri.arcgis.geoprocessing.IMdVariable (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCurrentIteration()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||