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.