This document is archived and information here might be outdated. Recommended version. |
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
IsProductInstalled returns True or False whether the passed enumerator of the ArcGIS product is installed on the machine.