ArcObjects Library Reference (Editor)  

ISnapAgentFeedback Interface

Provides access to feedback in the form of a string to determine what was snapped to.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Read-only property SnapText Snap Agent Feedback string.

CoClasses that implement ISnapAgentFeedback

CoClasses and Classes Description
CenterlinesSnap (esriArcScan) Snap agent that snaps to the centerlines of a raster.
CornerSnap (esriArcScan) Snap agent that snaps to the corners of a raster.
EndsSnap (esriArcScan) Snap agent that snaps to the ends of a raster.
FeatureSnap Snap agent that snaps to a feature in a specified way.
IntersectionSnap (esriArcScan) Snap agent that snaps to the intersections of a raster.
SolidSnap (esriArcScan) Snap agent that snaps to the solids of a raster.

Remarks

ISnapFeedback is used to provide information when a snap agent's Snap method returns True.  A small semi-transparent window is shown containing some descriptive text about what snap agent was used.  The visibility of these windows in controlled by the IEditProperties2::SnapTips property. 

Implement this interface when creating custom snap agents if you want to utilize this functionality. Implementing this interface is optional.