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


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

IAMFWriter.StartAMF3Object Method

Starts writing an object, sends traits by reference. Returns object reference index.

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

Parameters traits_ref [in] traits_ref 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