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


INewCircleFeedback Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewCircleFeedback Interface
ArcGIS Developer Help

INewCircleFeedback Interface

Provides access to members that control the new circle feedback object.

Product Availability

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

Members

Name Description
Write-only property Display The display the feedback object will use.
Method MoveTo Move to the new point.
Method Refresh Call this after a refresh to show feedback again.
Method Start Begins a circular feedback at the given point.
Method Stop Stops the feedback and returns the circle.
Read/write property Symbol The symbol the feedback object will use.

Inherited Interfaces

Interfaces Description
IDisplayFeedback Provides access to members that control the base display feedback.

Classes that implement INewCircleFeedback

Classes Description

Remarks

This very simple interface has only two methods of its own: Start and Stop. Like the other feedback interfaces, all other functionality is inherited from IDisplayFeedback. The Start method is used to specify the circle's center point, and Stop returns a new ICircularArc. The radius of the circle created depends on the distance between the Start point and the last point used in the inherited MoveTo method.

Note that the ICircularArc, which is returned from Stop, can be converted into an IPolygon by creating a new Polygon object, then adding the ICircularArc using the AddSegment method on the ISegmentCollection interface.

See Also

INewDimensionFeedback Interface | INewEnvelopeFeedback Interface | IMovePointFeedback Interface | IReshapeFeedback Interface | ILineMovePointFeedback Interface | IMovePolygonFeedback Interface | INewBezierCurveFeedback Interface | IResizeEnvelopeFeedback Interface | INewPolygonFeedback Interface | IMoveLineFeedback Interface | INewLineFeedback Interface | INewMultiPointFeedback Interface | IResizeEnvelopeFeedback2 Interface | INewEnvelopeFeedback2 Interface | IStretchLineFeedback Interface | IPolygonMovePointFeedback Interface | IMoveGeometryFeedback Interface | IMoveImageFeedback2 Interface | IMoveImageFeedback Interface | INewCircleFeedback Interface | IMoveEnvelopeFeedback Interface | IVertexFeedback Interface

.NET Samples

Custom feedback tool and font drop-down list tool control