This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor2 Interface > IGeoProcessor2.Execute Method (ArcObjects .NET 10.4 SDK) |
Execute a tool within the current Geoprocessing session.
[Visual Basic .NET] Public Function Execute ( _ ByVal Name As String, _ ByVal ipValues As IVariantArray, _ ByVal pTrackCancel As ITrackCancel _ ) As IGeoProcessorResult
[C#] public IGeoProcessorResult Execute ( string Name, IVariantArray ipValues, ITrackCancel pTrackCancel );
[C++]
HRESULT Execute(
BSTR Name,
IVariantArray* ipValues,
ITrackCancel* pTrackCancel,
IGeoProcessorResult** ppResult
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR ipValues [in]
ipValues is a parameter of type IVariantArray pTrackCancel [in]
pTrackCancel is a parameter of type ITrackCancel ppResult [out, retval]
ppResult is a parameter of type IGeoProcessorResult