com.esri.arcgis.controls
Interface esriLicenseStatusOptions

All Superinterfaces:
java.io.Serializable

public interface esriLicenseStatusOptions
extends java.io.Serializable

Constants from esriLicenseStatusOptions' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'LicenseControl status information options.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriLicenseStatusAll
          Information on the availability of all licenses.
static int esriLicenseStatusRequested
          Information on the availability of licenses requested at design time only.
 

Field Detail

esriLicenseStatusAll

static final int esriLicenseStatusAll
Information on the availability of all licenses.

See Also:
Constant Field Values

esriLicenseStatusRequested

static final int esriLicenseStatusRequested
Information on the availability of licenses requested at design time only.

See Also:
Constant Field Values