ArcObjects Library Reference (Schematic)  

ISchematicDatabaseRelease.CurrentRelease Property

Indicates if the schematic database is at the current release level.

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

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDatabaseRelease Interface