This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumTGHitInfo Interface > IEnumTGHitInfo.Next Method (ArcObjects .NET 10.5 SDK) |
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