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


IGPServer2.GetJobResultOptions Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPServer2 Interface > IGPServer2.GetJobResultOptions Method
ArcGIS Developer Help

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
);
[C++]
Parameters
JobID [in]

JobID is a parameter of type BSTR

Product Availability

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

See Also

IGPServer2 Interface