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


INewCircleFeedback.Stop Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewCircleFeedback Interface > INewCircleFeedback.Stop Method
ArcGIS Developer Help

INewCircleFeedback.Stop Method

Stops the feedback and returns the circle.

[Visual Basic .NET]
Public Function Stop ( _
) As ICircularArc
[C#]
public ICircularArc Stop (
);
[C++]
HRESULT Stop(
void
);

Product Availability

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

See Also

INewCircleFeedback Interface