This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJSONWriter Interface > IJSONWriter.WriteBinary Method (ArcObjects .NET 10.5 SDK) |
Writes a byte array.
[Visual Basic .NET] Public Sub WriteBinary ( _ ByVal Name As String, _ ByRef Value As Byte[]& _ )
[C#] public void WriteBinary ( string Name, ref Byte[]& Value );
[C++]
HRESULT WriteBinary(
BSTR Name,
Value* Value
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR Value [in] Value is a parameter of type