This document is archived and information here might be outdated.  Recommended version.


IGeodatabaseRelease4.GeodatabaseCurrent Property (ArcObjects .NET 10.5 SDK)
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