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


IAMFSerializer.WriteAMF0HeaderCount Method (ArcObjects .NET 10.5 SDK)
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