ArcObjects Library Reference (System)  

IJob.JobResults Property

Job results.

[Visual Basic .NET]
Public Property JobResults As IJobResults
[C#]
public IJobResults JobResults {get; set;}
[C++]
HRESULT get_JobResults(
  IJobResults** ppVal
);
[C++]
HRESULT put_JobResults(
  IJobResults* ppVal
);
[C++]

Parameters

ppVal [out, retval]

  ppVal is a parameter of type IJobResults

ppVal [in]

  ppVal is a parameter of type IJobResults

Product Availability

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

See Also

IJob Interface