This document is archived and information here might be outdated. Recommended version. |
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(
System.Double* distance,
IPoint** Point
);
[C++]
Parameters distance [out]
distance is a parameter of type double* Point [out]
Point is a parameter of type IPoint**