Iterates to the next topology element.
[Visual Basic .NET] Public Sub Next ( _ ByRef hitElement As ITopologyElement, _ ByRef hitPoint As IPoint, _ ByRef hitDistance As Double _ )
[C#] public void Next ( ref ITopologyElement hitElement, ref IPoint hitPoint, ref double hitDistance );
[C++]
HRESULT Next(
ITopologyElement** hitElement,
IPoint** hitPoint,
double* hitDistance
);
[C++]Parameters
hitElement [out]hitElement is a parameter of type ITopologyElement
hitPoint [out]hitPoint is a parameter of type IPoint
hitDistance hitDistance is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.