fmeobjects.FMELicenseManager.get3rdLicenseProperty

FMELicenseManager.get3rdLicenseProperty(licenseFileName, vendorID)

Retrieves the value of a property from a 3rd party license file.

Parameters:
  • licenseFileName (str) – The file name of a 3rd party license file.

  • vendorID (int) – The custom key assigned by the vendor, used to verify that the property is licensed.

  • vendorRegKey (int) – The registration code of the vendor assigned by Safe Software, used to verify that the property is licensed.

  • 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.