This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAMFWriter Interface > IAMFWriter.WriteAMF3_UTF8 Method (ArcObjects .NET 10.4 SDK) |
This method is required if you want to write member names in traits.
[Visual Basic .NET] Public Sub WriteAMF3_UTF8 ( _ ByVal Value As String, _ ByRef string_ref As Integer _ )
[C#] public void WriteAMF3_UTF8 ( string Value, ref int string_ref );
[C++]
HRESULT WriteAMF3_UTF8(
BSTR Value,
long* string_ref
);
[C++]
Parameters Value [in] Value is a parameter of type BSTR string_ref [out] string_ref is a parameter of type long