This document is archived and information here might be outdated.  Recommended version.


IProductInstalled.IsProductInstalled Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IProductInstalled Interface > IProductInstalled.IsProductInstalled Method
ArcGIS Developer Help

IProductInstalled.IsProductInstalled Method

Check if the Product is installed on the machine.

[Visual Basic .NET]
Public Function IsProductInstalled ( _
    ByVal ProductInstalled As esriProductInstalled _
) As Boolean
[C#]
public bool IsProductInstalled (
    esriProductInstalled ProductInstalled
);
[C++]
HRESULT IsProductInstalled(
  esriProductInstalled ProductInstalled
);
[C++]
Parameters
ProductInstalled [in]

ProductInstalled is a parameter of type esriProductInstalled

Product Availability

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

Description

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

See Also

IProductInstalled Interface