com.esri.arcgis.arcmapui
Interface IStartupDialog3

All Superinterfaces:
Serializable
All Known Implementing Classes:
GettingStartedWindow, TemplateStartupDialog

public interface IStartupDialog3
extends Serializable

Provides access to more members that control the Startup Dialog.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 IWorkspaceName getDatabase()
          The database for the document.
 boolean isTemplate()
          Gets the value determining if file path is a template.
 

Method Detail

getDatabase

IWorkspaceName getDatabase()
                           throws IOException,
                                  AutomationException
The database for the document.

Product Availability

Available with ArcGIS Desktop.

Returns:
A reference to a com.esri.arcgis.geodatabase.IWorkspaceName
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isTemplate

boolean isTemplate()
                   throws IOException,
                          AutomationException
Gets the value determining if file path is a template.

Product Availability

Available with ArcGIS Desktop.

Returns:
The pIsTemplate
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.