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


IXMLReader.ReadBinary Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IXMLReader.ReadBinary Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The ReadBinary method specifies the current element value as a binary array.

See Also

IXMLReader Interface