ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorResult.ResultID Property

Get the job ID.

[Visual Basic .NET]
Public ReadOnly Property ResultID As String
[C#]
public string ResultID {get;}
[C++]
HRESULT get_ResultID(
  BSTR* ResultID
);
[C++]

Parameters

ResultID [out, retval]   ResultID is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoProcessorResult Interface