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


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

IAMFWriter.WriteAMF3_UTF8Ref Method

This method is required if you want to write member names in traits by reference.

[Visual Basic .NET]
Public Sub WriteAMF3_UTF8Ref ( _
    ByVal string_ref As Integer _
)
[C#]
public void WriteAMF3_UTF8Ref (
    int string_ref
);
[C++]
HRESULT WriteAMF3_UTF8Ref(
  long string_ref
);
[C++]
Parameters
string_ref [in]

string_ref is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAMFWriter Interface