fmeobjects.FMELicenseManager.getFunctionLicenseProperty

FMELicenseManager.getFunctionLicenseProperty(functionName, property)

Retrieves the value of a property for a given function. This is only used for function in which there are different levels of support.

Parameters:
  • functionName (str) – The name of the function.

  • property (str) – The name of the property to be retrieved.

Return type:

str or None

Returns:

The value of the property if successful or None otherwise.