ArcObjects Library Reference (System)  

IXMLSerializeData.GetByte Method

Obtains element value as a byte.

[Visual Basic .NET]
Public Function GetByte ( _
    ByVal index As Integer _
) As Byte
[C#]
public byte GetByte (
    int index
);
[C++]
HRESULT GetByte(
  long index,
  Byte* Value
);
[C++]

Parameters

index [in]   index is a parameter of type long Value [out, retval]   Value is a parameter of type Byte

Product Availability

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

See Also

IXMLSerializeData Interface