ArcFM Solution Developer Guide
ILayer2_get_TipText Method (MobileBackdropLayer)


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Overridable Function ILayer2_get_TipText( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal Tolerance As System.Double _
) As System.String
'Usage
 
Dim instance As MobileBackdropLayer
Dim x As System.Double
Dim y As System.Double
Dim Tolerance As System.Double
Dim value As System.String
 
value = instance.ILayer2_get_TipText(x, y, Tolerance)
public virtual System.string ILayer2_get_TipText( 
   System.double x,
   System.double y,
   System.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