NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IDataBuffer.GetByte

[To be supplied.]

[Visual Basic]
Function GetByte( _
   ByVal i As Integer _
) As Byte
[C#]
byte GetByte(
   int i
);
[C++]
unsigned char GetByte(
   int i
) = 0;
[JScript]
function GetByte(
   i : int
) : Byte;

Parameters

i
[To be supplied.]

See Also

IDataBuffer Interface | IDataBuffer Members | System.Data Namespace