alias_api.set_license_information
- alias_api.set_license_information(product_key: str, product_version: str, product_license_type: str, product_license_path: str) int
Set the license information for the Alias Universe.
Must be called before initializing the universe. Required for OpenModel (headless) use.
- Parameters
product_key (str) – The product key
product_version (str) – The product version
product_license_type (str) – The product license type
product_license_path (str) – The product license path
- Return type
int(AlStatusCode)
- Returns
The status code result of the operation: InvalidArgument - the license information was not set correctly. Success - the license information was set successfully.