fmeobjects.FMELicenseManager.getWriterLicenseProperty

FMELicenseManager.getWriterLicenseProperty(writerName, property)

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

Parameters:
  • writerName (str) – The name of the writer.

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