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


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

IMovePointFeedback2.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
);
[C++]
Parameters
Point [in]

Point is a parameter of type IPoint*

Product Availability

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

See Also

IMovePointFeedback2 Interface