ArcFM Engine Developer Guide
OnMouseUp(Int32,Int32,Int32,Int32,Boolean) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub OnMouseUp( _
   ByVal button As Integer, _
   ByVal shift As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal preserveExistingTraceGraphics As Boolean _
) 
'Usage
 
Dim instance As BaseTraceTool
Dim button As Integer
Dim shift As Integer
Dim x As Integer
Dim y As Integer
Dim preserveExistingTraceGraphics As Boolean
 
instance.OnMouseUp(button, shift, x, y, preserveExistingTraceGraphics)
public virtual void OnMouseUp( 
   int button,
   int shift,
   int x,
   int y,
   bool preserveExistingTraceGraphics
)

Parameters

button
shift
x
y
preserveExistingTraceGraphics
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

BaseTraceTool Class
BaseTraceTool Members
Overload List

 

 


Send Comment