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.
Members
Name | Description | |
---|---|---|
IsProductInstalled | Check if the Product is installed on the machine. |
IProductInstalled.IsProductInstalled Method
Check if the Product is installed on the machine.
Public Function IsProductInstalled ( _
    ByVal ProductInstalled As esriProductInstalled _
) As Boolean
public bool IsProductInstalled (
    esriProductInstalled ProductInstalled
);
Description
IsProductInstalled returns True or False whether the passed enumerator of the ArcGIS product is installed on the machine.
Classes that implement IProductInstalled
Classes | Description |
---|---|
ProductInstalled | Class checks the installed ArcGIS products on the machine. |