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


IXMLWriter.WriteBinary Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLWriter Interface > IXMLWriter.WriteBinary Method
ArcGIS Developer Help

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