ArcObjects Library Reference (System)  

IAMFSerializer.WriteAMF0HeaderCount Method

AMF message packet #2 call. Write header count. Use zero to skip headers.

[Visual Basic .NET]
Public Sub WriteAMF0HeaderCount ( _
    ByVal headerCount As Short _
)
[C#]
public void WriteAMF0HeaderCount (
    short headerCount
);
[C++]
HRESULT WriteAMF0HeaderCount(
  short headerCount
);
[C++]

Parameters

headerCount [in]   headerCount is a parameter of type short

Product Availability

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

See Also

IAMFSerializer Interface