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


IAMFWriter.WriteAMF3ByteArray Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAMFWriter Interface > IAMFWriter.WriteAMF3ByteArray Method
ArcGIS Developer Help

IAMFWriter.WriteAMF3ByteArray Method

Writes byte array. Returns object reference index. Note that this is not an AMF3 array but another type - AMF3 byte array.

[Visual Basic .NET]
Public Sub WriteAMF3ByteArray ( _
    ByRef ppArray As Byte[]&, _
    ByRef obj_ref As Integer _
)
[C#]
public void WriteAMF3ByteArray (
    ref Byte[]& ppArray,
    ref int obj_ref
);
[C++]
HRESULT WriteAMF3ByteArray(
  SAFEARRAY(System.Byte)* ppArray,
  System.Int32* obj_ref
);
[C++]
Parameters
ppArray [in]

ppArray is a parameter of type SAFEARRAY(unsigned char)* obj_ref [out]
obj_ref is a parameter of type long*

Product Availability

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

See Also

IAMFWriter Interface