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