ArcFM Desktop Developer Guide
RaiseDoubleCircleGestured Method


Syntax
'Declaration
 
Public Shared Function RaiseDoubleCircleGestured( _
   ByVal geometry As IGeometry, _
   ByVal activeView As ESRI.ArcGIS.Carto.IActiveView _
) As Boolean
'Usage
 
Dim geometry As IGeometry
Dim activeView As ESRI.ArcGIS.Carto.IActiveView
Dim value As Boolean
 
value = GestureEvents.RaiseDoubleCircleGestured(geometry, activeView)
public static bool RaiseDoubleCircleGestured( 
   IGeometry geometry,
   ESRI.ArcGIS.Carto.IActiveView activeView
)

Parameters

geometry
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