com.esri.arcgis.system
Interface esriLicenseProductCode

All Superinterfaces:
Serializable

public interface esriLicenseProductCode
extends Serializable

ESRI License Product codes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriLicenseProductCodeArcEditor
          ArcEditor Product Code
static int esriLicenseProductCodeArcInfo
          ArcInfo Product Code
static int esriLicenseProductCodeArcServer
          ArcServer Product Code
static int esriLicenseProductCodeArcView
          ArcView Product Code
static int esriLicenseProductCodeEngine
          Engine Product Code
static int esriLicenseProductCodeEngineGeoDB
          Engine Enterprise GeoDatabase Product Code
 

Field Detail

esriLicenseProductCodeEngine

static final int esriLicenseProductCodeEngine
Engine Product Code

See Also:
Constant Field Values

esriLicenseProductCodeEngineGeoDB

static final int esriLicenseProductCodeEngineGeoDB
Engine Enterprise GeoDatabase Product Code

See Also:
Constant Field Values

esriLicenseProductCodeArcServer

static final int esriLicenseProductCodeArcServer
ArcServer Product Code

See Also:
Constant Field Values

esriLicenseProductCodeArcView

static final int esriLicenseProductCodeArcView
ArcView Product Code

See Also:
Constant Field Values

esriLicenseProductCodeArcEditor

static final int esriLicenseProductCodeArcEditor
ArcEditor Product Code

See Also:
Constant Field Values

esriLicenseProductCodeArcInfo

static final int esriLicenseProductCodeArcInfo
ArcInfo Product Code

See Also:
Constant Field Values