ArcObjects Library Reference (Editor)  

ISnapAgentFeedback.SnapText Property

Snap Agent Feedback string.

[Visual Basic .NET]
Public ReadOnly Property SnapText As String
[C#]
public string SnapText {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

SnapText is used to populate the semi-transparent window that appears when a snap agent's Snap method returns true.

See Also

ISnapAgentFeedback Interface