Stop the feedback, returning the final arc.
[Visual Basic .NET] Public Sub Stop ( _ ByVal Point As IPoint, _ ByRef Arc As ICircularArc _ )
[C#] public void Stop ( IPoint Point, ref ICircularArc Arc );
[C++]
HRESULT Stop(
IPoint* Point,
ICircularArc** Arc
);
[C++]Parameters
Point [in]Point is a parameter of type IPoint
Arc [out]Arc is a parameter of type ICircularArc
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.