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. |
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.