Application.SldWorks - am I missing something?

I'm still really new with SolidWorks, but something just seems wrong as I'm trying to program.  When I create a new macro I get the default commands:

Dim swApp as object

Set swApp = Application.SldWorks

When I go into debug mode and put a watch on swApp, there are no variables.  I'm used to programming with Inventor, and a comparable procedure exposes all of the variables and properties in the Inventor program.

Is this normal?  Have I not declared something properly?  Am I missing a reference or library?  Is there something else that I need to install?

Any help is greatly appreciated.

Grant

SolidworksApi macros