SetActiveView(view, bNotify)
Sets the active view for a frame.
Parameters
view : PyCView
The view to set active.bNotify=1 : int
Specifies whether the view is to be notified of activation. If TRUE,
OnActivateView is called for the new view; if FALSE, it is not.