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


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

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,
  long* traits_ref,
  long* 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 VARIANT_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