This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewArcFeedback Interface > INewArcFeedback.Stop Method (ArcObjects .NET 10.5 SDK) |
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