ArcObjects Library Reference (System)  

IJobResults.SetRESTResults Method

Job results in REST format.

[Visual Basic .NET]
Public Sub SetRESTResults ( _
    ByVal Val As String, _
    ByVal pVal As Byte[] _
)
[C#]
public void SetRESTResults (
    string Val,
    Byte[] pVal
);
[C++]
HRESULT SetRESTResults(
  BSTR Val,
  pVal pVal
);
[C++]

Parameters

Val [in]   Val is a parameter of type BSTR pVal [in]   pVal is a parameter of type

Product Availability

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

See Also

IJobResults Interface