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


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

IModifyCircularArcFeedback.Stop Method

Stop the modify arc feedback.

[Visual Basic .NET]
Public Function Stop ( _
    ByVal Point As IPoint _
) As ICircularArc
[C#]
public ICircularArc Stop (
    IPoint Point
);
[C++]
HRESULT Stop(
  IPoint* Point,
  ICircularArc** Arc
);
[C++]

Parameters Point [in]
Point is a parameter of type IPoint Arc [out, retval]
Arc is a parameter of type ICircularArc

Product Availability

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

See Also

IModifyCircularArcFeedback Interface