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


IEnumIntersection.Next 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.Next Method
ArcGIS Developer Help

IEnumIntersection.Next Method

Not currently used.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef distance As Double, _
    ByRef Point As IPoint _
)
[C#]
public void Next (
    ref double distance,
    ref IPoint Point
);
[C++]
HRESULT Next(
  System.Double* distance,
  IPoint** Point
);
[C++]
Parameters
distance [out]

distance is a parameter of type double* Point [out]
Point is a parameter of type IPoint**

Product Availability

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

See Also

IEnumIntersection Interface