ArcObjects Library Reference (Display)  

IReshapeFeedback2.Stop Method

Stop the feedback.

[Visual Basic .NET]
Public Function Stop ( _
    ByVal Point As IPoint _
) As IGeometry
[C#]
public IGeometry Stop (
    IPoint Point
);
[C++]
HRESULT Stop(
  IPoint* Point,
  IGeometry** Geometry
);
[C++]

Parameters

Point [in]

  Point is a parameter of type IPoint

Geometry [out, retval]

  Geometry is a parameter of type IGeometry

Product Availability

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

See Also

IReshapeFeedback2 Interface