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


ITextPath.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IT > ITextPath Interface > ITextPath.Next Method
ArcGIS Developer Help

ITextPath.Next Method

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(
  System.Double* x,
  System.Double* y,
  System.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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITextPath Interface