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


IAMFSerializer.WriteAMF0HeaderCount Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAMFSerializer Interface > IAMFSerializer.WriteAMF0HeaderCount Method
ArcGIS Developer Help

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