ArcObjects Library Reference (Geometry)  

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,
  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 Points

  Points is a parameter of type IPoint

Product Availability

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

See Also

IEnumIntersection Interface