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