This document is archived and information here might be outdated.  Recommended version.


IGeoProcessorResult.ResultID Property (ArcObjects .NET 10.4 SDK)
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