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