Responder Developer Guide
ILayer_get_TipText Method (MobileBackdropLayer)


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Overrides Function ILayer_get_TipText( _
   ByVal X As Double, _
   ByVal Y As Double, _
   ByVal Tolerance As Double _
) As String
'Usage
 
Dim instance As MobileBackdropLayer
Dim X As Double
Dim Y As Double
Dim Tolerance As Double
Dim value As String
 
value = instance.ILayer_get_TipText(X, Y, Tolerance)
public override string ILayer_get_TipText( 
   double X,
   double Y,
   double Tolerance
)

Parameters

X
Y
Tolerance
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MobileBackdropLayer Class
MobileBackdropLayer Members

 

 


Send Comment