ArcObjects Library Reference (System)  

IJobResults.BinaryResults Property

Job results in binary format.

[Visual Basic .NET]
Public Property BinaryResults As Byte[]
[C#]
public Byte[] BinaryResults {get; set;}
[C++]
HRESULT get_BinaryResults(
  ppVal* ppVal
);
[C++]
HRESULT put_BinaryResults(
  ppVal ppVal
);
[C++]

Parameters

ppVal [out, retval]   ppVal is a parameter of type ppVal [in]   ppVal is a parameter of type

Product Availability

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

See Also

IJobResults Interface