ArcObjects Library Reference (System)  

IAMFWriter.WriteAMF3Variant Method

Writes value types (excluding array and object), may return string or object reference index. If reference is not applicable, value_ref is set to -1.

[Visual Basic .NET]
Public Sub WriteAMF3Variant ( _
    ByVal Value As Object, _
    ByRef value_ref As Integer _
)
[C#]
public void WriteAMF3Variant (
    object Value,
    ref int value_ref
);
[C++]
HRESULT WriteAMF3Variant(
  VARIANT Value,
  long* value_ref
);
[C++]

Parameters

Value [in]   Value is a parameter of type VARIANT value_ref [out]   value_ref is a parameter of type long

Product Availability

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

See Also

IAMFWriter Interface