This document is archived and information here might be outdated.  Recommended version.


ISnapAgentFeedback.SnapText Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IS > ISnapAgentFeedback Interface > ISnapAgentFeedback.SnapText Property
ArcGIS Developer Help

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