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


INewLineFeedback.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 > INewLineFeedback Interface > INewLineFeedback.Stop Method
ArcGIS Developer Help

INewLineFeedback.Stop Method

Stops the feedback and returns the shape.

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

Product Availability

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

See Also

INewLineFeedback Interface

.NET Samples

Implementing a schematic digitizing tool