This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextPath Interface > ITextPath.Next Method (ArcObjects .NET 10.4 SDK) |
Returns the next coordinate.
[Visual Basic .NET] Public Sub Next ( _ ByRef x As Double, _ ByRef y As Double, _ ByRef Angle As Double _ )
[C#] public void Next ( ref double x, ref double y, ref double Angle );
[C++]
HRESULT Next(
double* x,
double* y,
double* Angle
);
[C++]
Parameters x [out] x is a parameter of type double y [out] y is a parameter of type double Angle [out] Angle is a parameter of type double