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


IAMFWriter.WriteAMF3ArrayRef Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IAMFWriter.WriteAMF3ArrayRef Method

Writes an array by reference.

[Visual Basic .NET]
Public Sub WriteAMF3ArrayRef ( _
    ByVal obj_ref As Integer _
)
[C#]
public void WriteAMF3ArrayRef (
    int obj_ref
);
[C++]
HRESULT WriteAMF3ArrayRef(
  long obj_ref
);
[C++]

Parameters obj_ref [in] obj_ref is a parameter of type long

Product Availability

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

See Also

IAMFWriter Interface