ArcObjects Library Reference (System)  

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