TxtSaveOptions constructor

init

Creates text file save options.

def __init__(self):
    ...

init

Creates text file save options.

def __init__(self, save_format):
    ...
ParameterTypeDescription
save_formatSaveFormatThe file format.
It should be SaveFormat.CSV or SaveFormat.TSV,
otherwise the saved format will be set as SaveFormat.CSV automatically.

See Also