This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IN > INewArcFeedback Interface (ArcObjects .NET 10.5 SDK) |
Feedback for creating a new circular arc segment.
Description | ||
---|---|---|
Abort | Abort the feedback. | |
Arc | The arc as it is currently being drawn. | |
Next | Switch the feedback to the next solution. | |
Radius | The current radius of the arc. | |
SetEndpoint | Fix the to point of the arc. | |
SetMidpoint | Fix a midpoint of the arc. | |
Start | Start the feedback, for an arc with the specified from point. | |
StartTangent | Start the feedback, fo an ar with the specified from point & tangent direction. | |
Stop | Stop the feedback, returning the final arc. |
CoClasses and Classes | Description |
---|---|
NewArcFeedback | Feedback object for creating a new circular arc. |