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


IAMFWriter.WriteAMF3Int Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

IAMFWriter.WriteAMF3Int Method

Writes integer (32-bit) value.

[Visual Basic .NET]
Public Sub WriteAMF3Int ( _
    ByVal Value As Integer _
)
[C#]
public void WriteAMF3Int (
    int Value
);
[C++]
HRESULT WriteAMF3Int(
  long Value
);
[C++]

Parameters Value [in] Value is a parameter of type long

Product Availability

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

See Also

IAMFWriter Interface