Sets the command-mouse mode.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetMouseDragMode( _
ByVal Command As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim Command As Integer
Dim value As Boolean
value = instance.SetMouseDragMode(Command)
|
C# | |
---|
bool SetMouseDragMode(
int Command
) |
C++/CLI | |
---|
bool SetMouseDragMode(
& int Command
) |
Parameters
- Command
Command mode that you want to check as defined in swMouseDragMode_e
Return Value
True if the specified command mode was set, false if not
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0