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


IPolygonMovePointFeedback.Stop Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IPolygonMovePointFeedback.Stop Method

Stops the feedback and returns the shape.

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

Parameters polygon [out, retval]
polygon is a parameter of type IPolygon

Product Availability

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

See Also

IPolygonMovePointFeedback Interface