com.esri.arcgis.catalog
Interface IGxRootObjectStartupProperties

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxFolderConnections, GxToolboxesRoot, SearchResultsRoot

public interface IGxRootObjectStartupProperties
extends Serializable

Provides access to the startup properties for Gx Root Objects.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isEnabled()
          Indicates whether the Root level Object will be visible during startup.
 

Method Detail

isEnabled

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

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

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