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


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

IAMFWriter.StartAMF3CustomObject Method

Starst writing a custom object. Contents of this kind of objects are user-defined.

[Visual Basic .NET]
Public Sub StartAMF3CustomObject ( _
    ByVal classname As String, _
    ByRef obj_ref As Integer _
)
[C#]
public void StartAMF3CustomObject (
    string classname,
    ref int obj_ref
);
[C++]
HRESULT StartAMF3CustomObject(
  BSTR classname,
  System.Int32* obj_ref
);
[C++]
Parameters
classname [in]

classname is a parameter of type BSTR 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