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


IJobResults.BinaryResults Property (ArcObjects .NET 10.5 SDK)
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