This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewCircleFeedback Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control the new circle feedback object.
Description | ||
---|---|---|
Display | The display the feedback object will use. | |
MoveTo | Move to the new point. | |
Refresh | Call this after a refresh to show feedback again. | |
Start | Begins a circular feedback at the given point. | |
Stop | Stops the feedback and returns the circle. | |
Symbol | The symbol the feedback object will use. |
Interfaces | Description |
---|---|
IDisplayFeedback | Provides access to members that control the base display feedback. |
CoClasses and Classes | Description |
---|---|
NewCircleFeedback | New circle feedback object. |
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.
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