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


IXMLWriter.WriteBinary Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

IXMLWriter.WriteBinary Method

Writes an element value as a binary array.

[Visual Basic .NET]
Public Sub WriteBinary ( _
    ByRef Value As Byte[]& _
)
[C#]
public void WriteBinary (
    ref Byte[]& Value
);
[C++]
HRESULT WriteBinary(
  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.

Remarks

The WriteBinary method writes an element value as a binary array.

See Also

IXMLWriter Interface