ArcFM Desktop Developer Guide
OnKeyDown Method (FacilitySketcherTool)


Syntax
'Declaration
 
Public Sub OnKeyDown( _
   ByVal keyCode As Integer, _
   ByVal Shift As Integer _
) 
'Usage
 
Dim instance As FacilitySketcherTool
Dim keyCode As Integer
Dim Shift As Integer
 
instance.OnKeyDown(keyCode, Shift)
public void OnKeyDown( 
   int keyCode,
   int Shift
)

Parameters

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