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


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

IAMFWriter.WriteAMF3String Method

Writes string value. Returns string reference index.

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

Value is a parameter of type BSTR string_ref [out]
string_ref is a parameter of type long*

Product Availability

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

See Also

IAMFWriter Interface