ArcObjects Library Reference (System)  

IAMFWriter.WriteAMF3StringRef Method

Writes string value by reference.

[Visual Basic .NET]
Public Sub WriteAMF3StringRef ( _
    ByVal string_ref As Integer _
)
[C#]
public void WriteAMF3StringRef (
    int string_ref
);
[C++]
HRESULT WriteAMF3StringRef(
  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