ArcObjects Library Reference (Display)  

INewCircleFeedback2 Interface

Interface for a new circle.

Product Availability

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

Members

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.

CoClasses that implement INewCircleFeedback2

CoClasses and Classes Description
NewCircleFeedback New circle feedback object.