This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPServer Interface > IGPServer.Execute Method (ArcObjects .NET 10.4 SDK) |
Executes the specified tool with the supplied values and options and returns the results.
[Visual Basic .NET] Public Function Execute ( _ ByVal ToolName As String, _ ByVal Values As IGPValues, _ ByVal pOptions As IGPResultOptions _ ) As IGPResult
[C#] public IGPResult Execute ( string ToolName, IGPValues Values, IGPResultOptions pOptions );
[C++]
HRESULT Execute(
BSTR ToolName,
IGPValues* Values,
IGPResultOptions* pOptions,
IGPResult** ppResult
);
[C++]
Parameters ToolName [in] ToolName is a parameter of type BSTR Values [in]
Values is a parameter of type IGPValues pOptions [in]
pOptions is a parameter of type IGPResultOptions ppResult [out, retval]
ppResult is a parameter of type IGPResult