ArcObjects Library Reference (System)  

IAMFWriter.WriteUTF8 Method

This method is used to write AMF0 strings. AMF0 format only. Don't use this method for AMF3 objects.

[Visual Basic .NET]
Public Sub WriteUTF8 ( _
    ByVal Value As String _
)
[C#]
public void WriteUTF8 (
    string Value
);
[C++]
HRESULT WriteUTF8(
  BSTR Value
);
[C++]

Parameters

Value [in]   Value is a parameter of type BSTR

Product Availability

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

See Also

IAMFWriter Interface