ArcObjects Library Reference (Display)  

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(
  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

Product Availability

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

See Also

ITextPath Interface