ESRI.ArcGIS.ADF.Local
get_TipText Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseDynamicLayer Class : get_TipText Method




X
Y
Tolerance
Map tip text at the specified location.

Syntax

Visual Basic (Declaration) 
Public Overridable Function get_TipText( _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal Tolerance As Double _
) As String
Visual Basic (Usage)Copy Code
Dim instance As BaseDynamicLayer
Dim X As Double
Dim Y As Double
Dim Tolerance As Double
Dim value As String
 
value = instance.get_TipText(X, Y, Tolerance)
C# 
public virtual string get_TipText( 
   double X,
   double Y,
   double Tolerance
)

Parameters

X
Y
Tolerance

Return Value

The text string that gets displayed as a map tip if ShowTips = true.

See Also

© 2010 All Rights Reserved.