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


IJobDefinition.BinaryRequest Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IJobDefinition.BinaryRequest Property

Request message in binary format.

[Visual Basic .NET]
Public Property BinaryRequest As Byte[]
[C#]
public Byte[] BinaryRequest {get; set;}
[C++]
HRESULT get_BinaryRequest(
  SAFEARRAY(System.Byte)* ppVal
);
[C++]
HRESULT put_BinaryRequest(
  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

IJobDefinition Interface