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


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

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(
void
);

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