This document is archived and information here might be outdated. Recommended version. |
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*