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


IEnumTGHitInfo.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumTGHitInfo Interface > IEnumTGHitInfo.Next Method
ArcGIS Developer Help

IEnumTGHitInfo.Next Method

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,
  System.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.

See Also

IEnumTGHitInfo Interface