com.esri.arcgis.system
Interface IProductInstalled

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IProductInstalledProxy, ProductInstalled

public interface IProductInstalled
extends java.io.Serializable

COM Interface 'IProductInstalled'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSystem.olb'

Description: 'Provides access to check what ArcGIS product installed on the machine.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID673b47dc_3cdf_4131_ba1b_5261cd171ef7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 boolean isProductInstalled(int productInstalled)
          Check if the Product is installed on the machine.
 

Field Detail

IID673b47dc_3cdf_4131_ba1b_5261cd171ef7

static final int IID673b47dc_3cdf_4131_ba1b_5261cd171ef7
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isProductInstalled

boolean isProductInstalled(int productInstalled)
                           throws java.io.IOException,
                                  AutomationException
Check if the Product is installed on the machine.

Parameters:
productInstalled - A com.esri.arcgis.system.esriProductInstalled constant (in)
Returns:
The bInstalled
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.