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


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

IXMLSerializeData.AddBinary Method

Adds element value as an array of bytes.

[Visual Basic .NET]
Public Sub AddBinary ( _
    ByVal Name As String, _
    ByRef Value As Byte[]& _
)
[C#]
public void AddBinary (
    string Name,
    ref Byte[]& Value
);
[C++]
HRESULT AddBinary(
  BSTR Name,
  SAFEARRAY(System.Byte)* Value
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR Value [in]
Value is a parameter of type SAFEARRAY(unsigned char)*

Product Availability

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

See Also

IXMLSerializeData Interface