This document is archived and information here might be outdated. Recommended version. |
Not currently used.
[Visual Basic .NET] Public Sub QueryNext ( _ ByVal numWanted As Integer, _ ByRef numGotten As Integer, _ ByRef distances As Double, _ ByRef Points As IPoint _ )
[C#] public void QueryNext ( int numWanted, ref int numGotten, ref double distances, ref IPoint Points );
[C++]
HRESULT QueryNext(
long numWanted,
System.Int32* numGotten,
System.Double* distances,
IPoint** Points
);
[C++] Parameters numWanted
numWanted is a parameter of type long numGotten [out]
numGotten is a parameter of type long* distances
distances is a parameter of type double* Points
Points is a parameter of type IPoint**