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,
long* numGotten,
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 PointsPoints is a parameter of type IPoint
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.