Fired when the user makes a selection in the model view using the mouse.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DMouseEvents_MouseSelectNotifyEventHandler( _
ByVal Ix As Integer, _
ByVal Iy As Integer, _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As New DMouseEvents_MouseSelectNotifyEventHandler(AddressOf HandlerMethod)
|
C# | |
---|
public delegate int DMouseEvents_MouseSelectNotifyEventHandler(
int Ix,
int Iy,
double X,
double Y,
double Z
) |
C++/CLI | |
---|
public delegate int DMouseEvents_MouseSelectNotifyEventHandler(
& int Ix,
& int Iy,
& double X,
& double Y,
& double Z
) |
Parameters
- Ix
- x coordinate of the pointer in window space
- Iy
- y coordinate of the pointer in window space
- X
x coordinate of the pointer in world space
- Y
- y coordinate of the pointer in world space
- Z
- z coordinate of the pointer in world space
Remarks
Availability
SolidWorks 2007 FCS, Revision Number 15.0