This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLWriter Interface > IXMLWriter.WriteBinary Method (ArcObjects .NET 10.5 SDK) |
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
The WriteBinary method writes an element value as a binary array.