public interface IESRILicenseInfo
extends java.io.Serializable
Description: 'Provides access to members that check software licenses.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDfcf1e388_5c7e_4bf3_af4b_155d93f8297f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getDefaultProduct()
Indicates the product code that will be used on the current machine.
|
boolean |
isLicensed(int productCode)
Indicates if the specified product is licensed.
|
static final int IIDfcf1e388_5c7e_4bf3_af4b_155d93f8297f
static final int xxDummy
static final java.lang.String IID
int getDefaultProduct() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isLicensed(int productCode) throws java.io.IOException, AutomationException
productCode
- A com.esri.arcgis.system.esriProductCode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.