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


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

IAMFWriter.StartAMF3ObjectWithTraits Method

Start writing an object with traits. Returns trait reference index end object reference index.

[Visual Basic .NET]
Public Sub StartAMF3ObjectWithTraits ( _
    ByVal classname As String, _
    ByVal MemberCount As Integer, _
    ByVal dynamic As Boolean, _
    ByRef traits_ref As Integer, _
    ByRef obj_ref As Integer _
)
[C#]
public void StartAMF3ObjectWithTraits (
    string classname,
    int MemberCount,
    bool dynamic,
    ref int traits_ref,
    ref int obj_ref
);
[C++]
HRESULT StartAMF3ObjectWithTraits(
  BSTR classname,
  long MemberCount,
  VARIANT_BOOL dynamic,
  System.Int32* traits_ref,
  System.Int32* obj_ref
);
[C++]
Parameters
classname [in]

classname is a parameter of type BSTR MemberCount [in]
MemberCount is a parameter of type long dynamic [in]
dynamic is a parameter of type bool traits_ref [out]
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