ArcFM Desktop Developer Guide
RaiseTapGestured Method


Syntax
'Declaration
 
Public Shared Function RaiseTapGestured( _
   ByVal tapPoint As IPoint, _
   ByVal ActiveView As ESRI.ArcGIS.Carto.IActiveView _
) As Boolean
'Usage
 
Dim tapPoint As IPoint
Dim ActiveView As ESRI.ArcGIS.Carto.IActiveView
Dim value As Boolean
 
value = GestureEvents.RaiseTapGestured(tapPoint, ActiveView)
public static bool RaiseTapGestured( 
   IPoint tapPoint,
   ESRI.ArcGIS.Carto.IActiveView ActiveView
)

Parameters

tapPoint
ActiveView
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

GestureEvents Class
GestureEvents Members

 

 


Send Comment