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


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

ICalloutFeedback.Stop Method

Stops the feedback and returns the shape.

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

Parameters polyline [out, retval]
polyline is a parameter of type IPolyline

Product Availability

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

See Also

ICalloutFeedback Interface