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


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

IAMFWriter.WriteU8 Method

Writes a byte. AMF0 format only. Don't use this method for AMF3 objects.

[Visual Basic .NET]
Public Sub WriteU8 ( _
    ByVal b As Byte _
)
[C#]
public void WriteU8 (
    byte b
);
[C++]
HRESULT WriteU8(
  Byte b
);
[C++]
Parameters
b [in]

b is a parameter of type unsigned char

Product Availability

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

See Also

IAMFWriter Interface