com.esri.arcgis.arcmapui
Interface IStartupDialogSettings

All Superinterfaces:
Serializable
All Known Implementing Classes:
GettingStartedSettings

public interface IStartupDialogSettings
extends Serializable

Provides access to members that contorl the behavior of the Getting Started window.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 String getProgId()
          The startup window prog id.
 boolean isAddData()
          Indicates if the Add Data dialog should be displayed.
 boolean isOpenLastDocument()
          Indicates if the last document should be opened.
 boolean isShowStartup()
          Indicates if the startup window should be displayed.
 void load()
          Loads the current values from the registry.
 

Method Detail

isShowStartup

boolean isShowStartup()
                      throws IOException,
                             AutomationException
Indicates if the startup window should be displayed.

Product Availability

Available with ArcGIS Desktop.

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

isOpenLastDocument

boolean isOpenLastDocument()
                           throws IOException,
                                  AutomationException
Indicates if the last document should be opened.

Product Availability

Available with ArcGIS Desktop.

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

isAddData

boolean isAddData()
                  throws IOException,
                         AutomationException
Indicates if the Add Data dialog should be displayed.

Product Availability

Available with ArcGIS Desktop.

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

getProgId

String getProgId()
                 throws IOException,
                        AutomationException
The startup window prog id.

Product Availability

Available with ArcGIS Desktop.

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

load

void load()
          throws IOException,
                 AutomationException
Loads the current values from the registry.

Product Availability

Available with ArcGIS Desktop.

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