com.esri.arcgis.display
Interface IModifySegmentFeedback

All Superinterfaces:
Serializable
All Known Implementing Classes:
ModifySegmentFeedback

public interface IModifySegmentFeedback
extends Serializable

Feedback for Moving either the from or two point of a segment.

Product Availability

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


Method Summary
 void abort()
          Abort the modify segment feedback.
 void start(ISegment segment, boolean atFrom, IPoint point)
          Start the modify segment feedback.
 ISegment stop(IPoint point)
          Stop the modify segment feedback.
 

Method Detail

start

void start(ISegment segment,
           boolean atFrom,
           IPoint point)
           throws IOException,
                  AutomationException
Start the modify segment feedback.

Product Availability

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

Parameters:
segment - A reference to a com.esri.arcgis.geometry.ISegment (in)
atFrom - The atFrom (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

ISegment stop(IPoint point)
              throws IOException,
                     AutomationException
Stop the modify segment 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.ISegment
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

abort

void abort()
           throws IOException,
                  AutomationException
Abort the modify segment 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.