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


IAMFWriter.StartAMF3Array Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IAMFWriter.StartAMF3Array Method

Starts writing of array. Returns object reference index.

[Visual Basic .NET]
Public Sub StartAMF3Array ( _
    ByVal denseCount As Integer, _
    ByRef obj_ref As Integer _
)
[C#]
public void StartAMF3Array (
    int denseCount,
    ref int obj_ref
);
[C++]
HRESULT StartAMF3Array(
  long denseCount,
  long* obj_ref
);
[C++]

Parameters denseCount [in] denseCount is a parameter of type long 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