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


IXMLWriter.WriteBinary Method (ArcObjects .NET 10.5 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(
  Value* Value
);
[C++]

Parameters Value [in] Value is a parameter of type

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