com.esri.arcgis.display
Interface IModifyCircularArcFeedback

All Superinterfaces:
Serializable
All Known Implementing Classes:
ModifyCircularArcFeedback

public interface IModifyCircularArcFeedback
extends Serializable

Modifies a circular arc's radius, keeping the endpoints fixed.

Product Availability

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


Method Summary
 void abort()
          Abort the modify arc feedback.
 void start(ICircularArc arc, IPoint point)
          Start the modify arc feedback.
 ICircularArc stop(IPoint point)
          Stop the modify arc feedback.
 

Method Detail

start

void start(ICircularArc arc,
           IPoint point)
           throws IOException,
                  AutomationException
Start the modify arc feedback.

Product Availability

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

Parameters:
arc - A reference to a com.esri.arcgis.geometry.ICircularArc (in)
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

stop

ICircularArc stop(IPoint point)
                  throws IOException,
                         AutomationException
Stop the modify arc feedback.

Product Availability

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

Parameters:
point - A reference to a com.esri.arcgis.geometry.IPoint (in)
Returns:
A reference to a com.esri.arcgis.geometry.ICircularArc
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

abort

void abort()
           throws IOException,
                  AutomationException
Abort the modify arc feedback.

Product Availability

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

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.