com.esri.arcgis.catalog
Interface IGxDefaultDatabase

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGxDefaultDatabaseProxy

public interface IGxDefaultDatabase
extends Serializable

Provides access to members that returns default state of a database.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 boolean isDefault()
          Indicates if this database is the current default database.
 

Method Detail

isDefault

boolean isDefault()
                  throws IOException,
                         AutomationException
Indicates if this database is the current default database.

Product Availability

Available with ArcGIS Desktop.

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