com.esri.arcgis.system
Interface esriProductInstalled

All Superinterfaces:
Serializable

public interface esriProductInstalled
extends Serializable

Esri installed products.

Description

esriProductInstalled describes the possible ArcGIS products which might be installed on your machine.

Product Availability

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


Field Summary
static int esriProductsInstalledDesktop
          ArcGIS Desktop.
static int esriProductsInstalledEngineRuntime
          ArcGIS Engine Runtime.
static int esriProductsInstalledReader
          ArcGIS Reader.
static int esriProductsInstalledServerJAVA
          ArcGIS Server JAVA.
static int esriProductsInstalledServerNET
          ArcGIS Server .NET.
 

Field Detail

esriProductsInstalledDesktop

static final int esriProductsInstalledDesktop
ArcGIS Desktop.

See Also:
Constant Field Values

esriProductsInstalledEngineRuntime

static final int esriProductsInstalledEngineRuntime
ArcGIS Engine Runtime.

See Also:
Constant Field Values

esriProductsInstalledReader

static final int esriProductsInstalledReader
ArcGIS Reader.

See Also:
Constant Field Values

esriProductsInstalledServerNET

static final int esriProductsInstalledServerNET
ArcGIS Server .NET.

See Also:
Constant Field Values

esriProductsInstalledServerJAVA

static final int esriProductsInstalledServerJAVA
ArcGIS Server JAVA.

See Also:
Constant Field Values