create_save_options method

create_save_options(save_format)

Creates a save options object of a class suitable for the specified save format.

Returns

An object of a class that derives from SaveOptions.

def create_save_options(self, save_format):
    ...
ParameterTypeDescription
save_formatSaveFileFormatThe SaveFileFormat for which to create a save options object.

See Also