Getting handle on Sldworks 2009

Heya fella's !

I've readLuke'sbook on SW 2008 API programming and learned that I can get aninstance of SolidWorks by coding the following :

 

Dim swApp As SldWorks.SldWorks

swApp = GetObject("","SldWorks.Application")

Is it possible that in the 2009 API "Application" is not amember of the SldWorks object ?
I can't seem to find the way to get a handle on the 2009 ..

Cheers,

Bert

SolidworksApi macros