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


IJSONWriter.WriteBinaryVal Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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(
  Value* Value
);
[C++]

Parameters Value [in] Value is a parameter of type

Product Availability

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

See Also

IJSONWriter Interface