|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeoProcessorSettings2
Provides access to the properties/methods of the GeoProcessor settings.
This interface is new at ArcGIS 9.3. It supersedes IGeoProcessorSettings.
Method Summary | |
---|---|
int |
getHowLongToKeepResults()
This property determine how long to hold on results. |
void |
setHowLongToKeepResults(int timeInterval)
This property determine how long to hold on results. |
Methods inherited from interface com.esri.arcgis.geoprocessing.IGeoProcessorSettings |
---|
isAddOutputsToMap, isLogHistory, isOverwriteOutput, isShowModelBuilderPrompts, isTemporaryMapLayers, setAddOutputsToMap, setLogHistory, setOverwriteOutput, setShowModelBuilderPrompts, setTemporaryMapLayers |
Method Detail |
---|
void setHowLongToKeepResults(int timeInterval) throws IOException, AutomationException
timeInterval
- A com.esri.arcgis.geoprocessing.esriGPTimeIntervalType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHowLongToKeepResults() 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 |