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.GetInt32

[To be supplied.]

[Visual Basic]
Function GetInt32( _
   ByVal i As Integer _
) As Integer
[C#]
int GetInt32(
   int i
);
[C++]
int GetInt32(
   int i
) = 0;
[JScript]
function GetInt32(
   i : int
) : int;

Parameters

i
[To be supplied.]

See Also

IDataBuffer Interface | IDataBuffer Members | System.Data Namespace