ArcObjects Library Reference (System)  

IAMFSerializer.WriteAMF0Header Method

AMF message packet #2a call. Write header(s).

[Visual Basic .NET]
Public Sub WriteAMF0Header ( _
    ByVal Name As String, _
    ByVal mustUnderstand As Boolean, _
    ByVal Value As Object _
)
[C#]
public void WriteAMF0Header (
    string Name,
    bool mustUnderstand,
    object Value
);
[C++]
HRESULT WriteAMF0Header(
  BSTR Name,
  VARIANT_BOOL mustUnderstand,
  VARIANT Value
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR mustUnderstand [in]   mustUnderstand is a parameter of type VARIANT_BOOL Value [in]   Value is a parameter of type VARIANT

Product Availability

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

See Also

IAMFSerializer Interface