ArcFM Desktop Developer Guide
MouseMoveClicked Method (FeatureSnap)


Syntax
'Declaration
 
Public Sub MouseMoveClicked( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
'Usage
 
Dim instance As FeatureSnap
Dim x As Integer
Dim y As Integer
 
instance.MouseMoveClicked(x, y)
public void MouseMoveClicked( 
   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

FeatureSnap Class
FeatureSnap Members

 

 


Send Comment