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

[To be supplied.]

[Visual Basic]
Sub SetInt32( _
   ByVal i As Integer, _
   ByVal value As Integer _
)
[C#]
void SetInt32(
   int i,
   int value
);
[C++]
void SetInt32(
   int i,
   int value
) = 0;
[JScript]
function SetInt32(
   i : int,
   value : int
);

Parameters

i
[To be supplied.]
value
[To be supplied.]

See Also

IDataBuffer Interface | IDataBuffer Members | System.Data Namespace