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


IJSONWriter.WriteBinaryVal Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONWriter Interface > IJSONWriter.WriteBinaryVal Method
ArcGIS Developer Help

IJSONWriter.WriteBinaryVal Method

Writes a byte array.

[Visual Basic .NET]
Public Sub WriteBinaryVal ( _
    ByRef Value As Byte[]& _
)
[C#]
public void WriteBinaryVal (
    ref Byte[]& Value
);
[C++]
HRESULT WriteBinaryVal(
  SAFEARRAY(System.Byte)* Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type SAFEARRAY(unsigned char)*

Product Availability

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

See Also

IJSONWriter Interface