This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumIntersection Interface > IEnumIntersection.QueryNext Method (ArcObjects .NET 10.4 SDK) |
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