ArcObjects Library Reference (System)  

IXMLSerializeData.AddByte Method

Adds element value as a byte.

[Visual Basic .NET]
Public Sub AddByte ( _
    ByVal Name As String, _
    ByVal Value As Byte _
)
[C#]
public void AddByte (
    string Name,
    byte Value
);
[C++]
HRESULT AddByte(
  BSTR Name,
  Byte Value
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Value [in]   Value is a parameter of type Byte

Product Availability

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

See Also

IXMLSerializeData Interface