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


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

INewArcFeedback Interface

Feedback for creating a new circular arc segment.

Product Availability

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

Members

Name Description
Method Abort Abort the feedback.
Read-only property Arc The arc as it is currently being drawn.
Method Next Switch the feedback to the next solution.
Read/write property Radius The current radius of the arc.
Method SetEndpoint Fix the to point of the arc.
Method SetMidpoint Fix a midpoint of the arc.
Method Start Start the feedback, for an arc with the specified from point.
Method StartTangent Start the feedback, fo an ar with the specified from point & tangent direction.
Method Stop Stop the feedback, returning the final arc.

Classes that implement INewArcFeedback

Classes Description
NewArcFeedback Feedback object for creating a new circular arc.