ArcObjects Library Reference (Geometry)  

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