com.esri.arcgis.system
Interface IProductInstalled

All Superinterfaces:
Serializable
All Known Implementing Classes:
ProductInstalled

public interface IProductInstalled
extends Serializable

Provides access to check what ArcGIS product installed on the machine.

Description

The IProductInstalled interface contains the method to retrieve which ArcGIS product installed on a machine.

Product Availability

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


Method Summary
 boolean isProductInstalled(int productInstalled)
          Check if the Product is installed on the machine.
 

Method Detail

isProductInstalled

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

Description

IsProductInstalled returns True or False whether the passed enumerator of the ArcGIS product is installed on the machine.

Product Availability

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

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