ArcObjects Library Reference (Display)  

IMovePointFeedback.Stop Method

Stops the feedback and returns the shape.

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

Parameters

Point [out, retval]

  Point is a parameter of type IPoint

Product Availability

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

See Also

IMovePointFeedback Interface