Ice.createProperties¶
- Ice.createProperties(args: list[str] | None = None, defaults: Properties | None = None) Properties¶
Creates a property set initialized from command-line arguments and a default property set.
This function is provided for backwards compatibility. New code should call the
Propertiesconstructor directly.- Parameters:
defaults (Properties, optional) – Default values for the new property set.
- Returns:
A new property set.
- Return type: