ArcObjects Library Reference (Display)  

IStretchLineFeedback Interface

Provides access to members that control the stretch line display feedback.

Product Availability

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

Members

Description
Write-only property Anchor The anchor point of the curve.
Write-only property Display The display the feedback object will use.
Method MoveTo Move to the new point.
Method Refresh Call this after a refresh to show feedback again.
Method Start Begins a move of the given shape (a polyline).
Method Stop Stops the feedback and returns the polyline.
Read/write property Symbol The symbol the feedback object will use.

Inherited Interfaces

Interfaces Description
IDisplayFeedback Provides access to members that control the base display feedback.

CoClasses that implement IStretchLineFeedback

CoClasses and Classes Description
StretchLineFeedback Stretch Line Display Feedback object.

Remarks

You can use a StretchLineFeedback object to scale or rotate an existing Polyline object. The scaling and rotation is done about an anchor point. The feedback is moved by shifting the nonanchored end of the polyline by the difference (delta x and delta y) between the current and original mouse locations. The whole polyline is moved to match up with this using a rigid stretch and, as a result, may be both scaled and rotated.

See Also

INewDimensionFeedback Interface | INewBezierCurveFeedback Interface | IMoveGeometryFeedback Interface | INewEnvelopeFeedback Interface | IResizeEnvelopeFeedback2 Interface | INewCircleFeedback Interface | ILineMovePointFeedback Interface | INewMultiPointFeedback Interface | IMoveImageFeedback Interface | IMoveLineFeedback Interface | IResizeEnvelopeFeedback Interface | IMovePolygonFeedback Interface | INewEnvelopeFeedback2 Interface | IPolygonMovePointFeedback Interface | IReshapeFeedback Interface | IMoveImageFeedback2 Interface | INewPolygonFeedback Interface | IVertexFeedback Interface | IMoveEnvelopeFeedback Interface | INewLineFeedback Interface | IStretchLineFeedback Interface | IMovePointFeedback Interface