ScottWisker
Mechanical
- Jan 31, 2007
- 15
Just can't seem to get it to work. I want to test to see if there is an currently running session of solidworks. On the API help SW page it says to use the "GetObject" command but doesn't give the syntax.
Here's what I want:
debug.print "Look for active SW session."
Look for a session line
If session found then
debug.print "Open SW session found."
msgbox "Although not required it is advised that you close all active sessions of SolidWorks."
else
debug.print "No SW sessions found"
end if
Here's what I want:
debug.print "Look for active SW session."
Look for a session line
If session found then
debug.print "Open SW session found."
msgbox "Although not required it is advised that you close all active sessions of SolidWorks."
else
debug.print "No SW sessions found"
end if