This document is archived and information here might be outdated.  Recommended version.


IEnumIntersection.QueryNext Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumIntersection Interface > IEnumIntersection.QueryNext Method
ArcGIS Developer Help

IEnumIntersection.QueryNext Method

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEnumIntersection Interface