com.esri.arcgis.geodatabase
Interface IGeodatabaseRelease4

All Superinterfaces:
IGeodatabaseRelease, IGeodatabaseRelease2, IGeodatabaseRelease3, Serializable

public interface IGeodatabaseRelease4
extends IGeodatabaseRelease3, Serializable

Provides access to members that provide information about the release version of a geodatabase.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 boolean isGeodatabaseCurrent()
          Indicates if the geodatabase system tables are at the current release level.
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodatabaseRelease3
upgrade2
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodatabaseRelease2
isDatasetSupported
 
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodatabaseRelease
getBugfixVersion, getMajorVersion, getMinorVersion, isCanUpgrade, isCurrentRelease, upgrade
 

Method Detail

isGeodatabaseCurrent

boolean isGeodatabaseCurrent()
                             throws IOException,
                                    AutomationException
Indicates if the geodatabase system tables are at the current release level.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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