fmeobjects.FMELicenseManager.getAllFormats

FMELicenseManager.getAllFormats()

Returns all the format names for the current license. For all formats the list will be populated with <format name>/<license value> pairs. <license value> can be one of the following:

kFME_FormatRead: Only reader is licensed.

kFME_FormatWrite: Only writer is licensed.

kFME_FormatBoth: Both reader and writer are licensed.

kFME_FormatUnlicensed: Neither reader nor writer is licensed.

Return type:

tuple[str] or None

Returns:

All the formats for the current license or None if unsuccessful.