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


INewEllipseFeedback.Stop Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

INewEllipseFeedback.Stop Method

Stops the feedback and returns the shape.

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

Parameters Point [in]
Point is a parameter of type IPoint ellipse [out, retval]
ellipse is a parameter of type IGeometry

Product Availability

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

See Also

INewEllipseFeedback Interface