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


INewCircleFeedback.Stop Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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(
  ICircularArc** Circle
);
[C++]

Parameters Circle [out, retval]
Circle is a parameter of type ICircularArc

Product Availability

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

See Also

INewCircleFeedback Interface