ArcObjects Library Reference (Display)  

IRotateTextFeedback.Stop Method

Stops the feedback.

[Visual Basic .NET]
Public Function Stop ( _
) As Double
[C#]
public double Stop (
);
[C++]
HRESULT Stop(
  double* Angle
);
[C++]

Parameters

Angle [out, retval]   Angle is a parameter of type double

Product Availability

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

See Also

IRotateTextFeedback Interface