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


IAMFWriter.StartAMF3Object 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.StartAMF3Object Method
ArcGIS Developer Help

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,
  System.Int32* 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