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