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


IProductInstalled.IsProductInstalled Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (System)  

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,
  VARIANT_BOOL* bInstalled
);
[C++]

Parameters ProductInstalled [in]
ProductInstalled is a parameter of type esriProductInstalled bInstalled [out, retval] bInstalled is a parameter of type VARIANT_BOOL

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