fmeobjects.FMELicenseManager.isArcGISInstalled

FMELicenseManager.isArcGISInstalled(productName)

Returns whether or not a given ArcGIS product is installed. The following products are supported:

  • ArcGIS Desktop

  • ArcGIS Engine

  • ArcGIS Server

  • None - any ArcGIS product

Parameters:

productName (str) – The name of the ArcGIS product.

Return type:

bool

Returns:

Returns True if the product is installed and False otherwise.