ArcObjects Library Reference (System)  

IXMLSerializeData.GetBinary Method

Obtains element value as an array of bytes.

[Visual Basic .NET]
Public Function GetBinary ( _
    ByVal index As Integer _
) As Byte[]
[C#]
public Byte[] GetBinary (
    int index
);
[C++]
HRESULT GetBinary(
  long index,
  Value* Value
);
[C++]

Parameters

index [in]   index is a parameter of type long Value [out, retval]   Value is a parameter of type

Product Availability

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

See Also

IXMLSerializeData Interface