ArcObjects Library Reference (GeoDatabase)  

IGeodatabaseRelease4.GeodatabaseCurrent Property

Indicates if the geodatabase system tables are at the current release level.

[Visual Basic .NET]
Public ReadOnly Property GeodatabaseCurrent As Boolean
[C#]
public bool GeodatabaseCurrent {get;}
[C++]
HRESULT get_GeodatabaseCurrent(
  VARIANT_BOOL* isGeodatabaseCurrent
);
[C++]

Parameters

isGeodatabaseCurrent [out, retval]   isGeodatabaseCurrent is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeodatabaseRelease4 Interface