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 > IXMLReader Interface > IXMLReader.ReadBinary Method (ArcObjects .NET 10.5 SDK) |
Reads the current element value as a binary array.
[Visual Basic .NET]
Public Function ReadBinary ( _
) As Byte[]
[C#]
public Byte[] ReadBinary (
);
[C++]
HRESULT ReadBinary(
Value* Value
);
[C++]
Parameters Value [out, retval] Value is a parameter of type
The ReadBinary method specifies the current element value as a binary array.