|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPFunction2
Provides access to methods on a geoprocessing function tool object.
This interface is new at ArcGIS 9.3. It supersedes IGPFunction.
| Method Summary | |
|---|---|
void |
updateMessages(IArray paramvalues,
IGPEnvironmentManager pEnvMgr,
IGPMessages messages)
Post validates the given set of values. |
void |
updateParameters(IArray paramvalues,
IGPEnvironmentManager pEnvMgr)
Pre validates the given set of values. |
| Methods inherited from interface com.esri.arcgis.geoprocessing.IGPFunction |
|---|
execute, getDialogCLSID, getDisplayName, getFullName, getHelpContext, getHelpFile, getMetadataFile, getName, getParameterInfo, getRenderer, isLicensed, validate |
| Method Detail |
|---|
void updateParameters(IArray paramvalues,
IGPEnvironmentManager pEnvMgr)
throws IOException,
AutomationException
paramvalues - A reference to a com.esri.arcgis.system.IArray (in)pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updateMessages(IArray paramvalues,
IGPEnvironmentManager pEnvMgr,
IGPMessages messages)
throws IOException,
AutomationException
paramvalues - A reference to a com.esri.arcgis.system.IArray (in)pEnvMgr - A reference to a com.esri.arcgis.geoprocessing.IGPEnvironmentManager (in)messages - A reference to a com.esri.arcgis.geodatabase.IGPMessages (in)
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 | ||||||||