|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMdModelIteration
Provides access to properties/methods of a model iteration.
| 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. |
| Method Detail |
|---|
int getIterationType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIterationType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.geoprocessing.esriMdIterationType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getIterationCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIterationCount(int count)
throws IOException,
AutomationException
count - The count (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMdVariable getIterationVariable()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIterationVariableByRef(IMdVariable ppVariable)
throws IOException,
AutomationException
ppVariable - A reference to a com.esri.arcgis.geoprocessing.IMdVariable (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCurrentIteration()
throws IOException,
AutomationException
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 | ||||||||