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


IReshapeFeedback.Stop Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IReshapeFeedback Interface > IReshapeFeedback.Stop Method
ArcGIS Developer Help

IReshapeFeedback.Stop Method

Finishes a reshape feedback operation.

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

Product Availability

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

See Also

IReshapeFeedback Interface