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


IResizeTextFeedback.Stop Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IResizeTextFeedback.Stop Method

Stops the feedback and returns the new size.

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

Parameters Size [out, retval] Size is a parameter of type double

Product Availability

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

See Also

IResizeTextFeedback Interface