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


IJobResults.BinaryResults Property (ArcObjects .NET 10.6 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(
  SAFEARRAY(System.Byte)* ppVal
);
[C++]
HRESULT put_BinaryResults(
  SafeArray ppVal
);
[C++]

Parameters ppVal [out, retval]
ppVal is a parameter of type SAFEARRAY(unsigned char)* ppVal [in]
ppVal is a parameter of type SAFEARRAY(unsigned char)

Product Availability

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

See Also

IJobResults Interface