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


IGPServer2.GetJobResultOptions Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPServer2.GetJobResultOptions Method

Returns the result options for the job.

[Visual Basic .NET]
Public Function GetJobResultOptions ( _
    ByVal JobID As String _
) As IGPResultOptions
[C#]
public IGPResultOptions GetJobResultOptions (
    string JobID
);
[C++]
HRESULT GetJobResultOptions(
  BSTR JobID,
  IGPResultOptions** options
);
[C++]

Parameters JobID [in] JobID is a parameter of type BSTR options [out, retval]
options is a parameter of type IGPResultOptions

Product Availability

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

See Also

IGPServer2 Interface