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


IJobResults.GetRESTResults Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IJobResults.GetRESTResults Method

Job results in REST format.

[Visual Basic .NET]
Public Sub GetRESTResults ( _
    ByRef pVal As String, _
    ByRef ppVal As Byte[]& _
)
[C#]
public void GetRESTResults (
    ref string pVal,
    ref Byte[]& ppVal
);
[C++]
HRESULT GetRESTResults(
  System.String* pVal,
  SAFEARRAY(System.Byte)* ppVal
);
[C++]

Parameters pVal [out]
pVal is a parameter of type BSTR* ppVal [out]
ppVal is a parameter of type SAFEARRAY(unsigned char)*

Product Availability

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

See Also

IJobResults Interface