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


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

INewCircleFeedback2 Interface

Interface for a new circle.

Product Availability

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

Members

Name Description
Read-only property Circle Get the current circle being constructed.
Write-only property Display The display the feedback object will use.
Method MoveTo Move to the new point.
Read/write property RadiusLineSymbol Set the symbol for the radius line.
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
INewCircleFeedback Provides access to members that control the new circle feedback object.
IDisplayFeedback Provides access to members that control the base display feedback.

Classes that implement INewCircleFeedback2

Classes Description
NewCircleFeedback New circle feedback object.