com.esri.arcgis.arcmapui
Interface IStartupDialog3

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GettingStartedWindow, IStartupDialog3Proxy, TemplateStartupDialog

public interface IStartupDialog3
extends java.io.Serializable

COM Interface 'IStartupDialog3'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriArcMapUI.olb'

Description: 'Provides access to more members that control the Startup Dialog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDce7cbe9a_7996_476a_80dd_06ad2b404d4c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IWorkspaceName getDatabase()
          The database for the document.
 boolean isTemplate()
          Gets the value determining if file path is a template.
 

Field Detail

IIDce7cbe9a_7996_476a_80dd_06ad2b404d4c

static final int IIDce7cbe9a_7996_476a_80dd_06ad2b404d4c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDatabase

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

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

isTemplate

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

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