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


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

IAMFWriter.WriteU32 Method

Writes an integer. AMF0 format only. Don't use this method for AMF3 objects.

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

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

Product Availability

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

See Also

IAMFWriter Interface