This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAMFWriter Interface > IAMFWriter.StartAMF3Object Method (ArcObjects .NET 10.4 SDK) |
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