|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMdModelIteration2
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. |
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. |
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.IMdElement getIterationElement() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIterationElementByRef(IMdElement ppElement) throws IOException, AutomationException
ppElement
- A reference to a com.esri.arcgis.geoprocessing.IMdElement (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 |