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


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

IReshapeFeedback.Stop Method

Finishes a reshape feedback operation.

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

Parameters path [out, retval]
path is a parameter of type IPath

Product Availability

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

See Also

IReshapeFeedback Interface