fmeobjects.FMELicenseManager.getAllFactories¶
-
FMELicenseManager.
getAllFactories
()¶ Returns all the factory names for the current license. For all factories the list will be populated with <factory name>/<license value> pairs. <license value> can be either
kFME_FormatLicensed
orkFME_FormatUnlicensed
.Return type: tuple[str] or None
Returns: All the factories for the current license or None
if unsuccessful.