com.esri.arcgis.catalog
Interface IGxRootObjectStartupProperties

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GxFolderConnections, GxSpatialReferencesFolder, GxToolboxesRoot, IGxRootObjectStartupPropertiesProxy, SearchResultsRoot

public interface IGxRootObjectStartupProperties
extends java.io.Serializable

COM Interface 'IGxRootObjectStartupProperties'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'

Description: 'Provides access to the startup properties for Gx Root Objects.' 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 IIDb1c5dd7c_db4e_485a_8beb_6c656b15a294
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isEnabled()
          Indicates whether the Root level Object will be visible during startup.
 

Field Detail

IIDb1c5dd7c_db4e_485a_8beb_6c656b15a294

static final int IIDb1c5dd7c_db4e_485a_8beb_6c656b15a294
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

isEnabled

boolean isEnabled()
                  throws java.io.IOException,
                         AutomationException
Indicates whether the Root level Object will be visible during startup.

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