This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorResult2 Interface > IGeoProcessorResult2.ResultID Property (ArcObjects .NET 10.5 SDK) |
Get the job ID.
[Visual Basic .NET] Public Property ResultID As String
[C#] public string ResultID {get; set;}
[C++]
HRESULT get_ResultID(
BSTR* ResultID
);
[C++]
HRESULT put_ResultID(
BSTR ResultID
);
[C++]
Parameters ResultID [out, retval] ResultID is a parameter of type BSTR ResultID [in] ResultID is a parameter of type BSTR