ArcFM Desktop Developer Guide
IGeoFeatureLayer_get_TipText Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Overridable Function IGeoFeatureLayer_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.IGeoFeatureLayer_get_TipText(x, y, Tolerance)
public virtual string IGeoFeatureLayer_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