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


ISchematicDatabaseRelease.CanUpgrade Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDatabaseRelease.CanUpgrade Property

Indicates if the schematic database can be upgraded with this interface. If not, then another utility must be used to upgrade it.

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

Parameters CanUpgrade [out, retval] CanUpgrade 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