|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModifyCircularArcFeedback
Modifies a circular arc's radius, keeping the endpoints fixed.
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 |
---|
void start(ICircularArc arc, IPoint point) throws IOException, AutomationException
arc
- A reference to a com.esri.arcgis.geometry.ICircularArc (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ICircularArc stop(IPoint point) throws IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void abort() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |