How to exit (end, quit) a section view from SW API.

After programmatically creating four section views (for a part), the last section view is active.

Now I want to programmatically return to a non-section view.

Recording a macro of clicking on the Section View icon records nothing useful.

I tried using

     model_doc.ShowNamedView2("", (int) swStandardViews_e.swTrimetricView);

but the section view remains active.

I am using SolidWorks 2011.

Thanks.

SolidworksApi macros