ArcFM Desktop Developer Guide
OnMouseDown Method (FacilitySketcherTool)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Overrides NotOverridable Sub OnMouseDown( _
   ByVal Button As Integer, _
   ByVal Shift As Integer, _
   ByVal X As Integer, _
   ByVal Y As Integer _
) 
'Usage
 
Dim instance As FacilitySketcherTool
Dim Button As Integer
Dim Shift As Integer
Dim X As Integer
Dim Y As Integer
 
instance.OnMouseDown(Button, Shift, X, Y)
public override void OnMouseDown( 
   int Button,
   int Shift,
   int X,
   int Y
)

Parameters

Button
Shift
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