ArcFM Desktop Developer Guide
OnContextMenu Method (FacilitySketcherTool)


Syntax
'Declaration
 
Public Function OnContextMenu( _
   ByVal X As Integer, _
   ByVal Y As Integer _
) As Boolean
'Usage
 
Dim instance As FacilitySketcherTool
Dim X As Integer
Dim Y As Integer
Dim value As Boolean
 
value = instance.OnContextMenu(X, Y)
public bool OnContextMenu( 
   int X,
   int Y
)

Parameters

X
Y
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

FacilitySketcherTool Class
FacilitySketcherTool Members

 

 


Send Comment