[This is preliminary documentation and is subject to change.]
- workspaceName (String)
- The name of the Workspace to use to create the window. If this contains a name, then Principal.FindNamedWorkspace is called on the active Session's Principal to find the Workspace to use. If no name is supplied, then Principal.FindStartupWorkspace is called.
- title (String)
- The title to give to the created window.
An IPWindow representing the created main
window.
If the panes in the Workspace define any specific content then
the appropriate object(s) are retrieved and displayed in the panes. This
method does not make the new window visible. Use the ShowWindow method to show the new window
in the user interface.