LoadOptions constructor

__init__(self)

Creates an options of loading the file.


def __init__(self):
    ...

__init__(self, load_format)

Creates an options of loading the file.


def __init__(self, load_format):
    ...
ParameterTypeDescription
load_formatLoadFormatThe loading format.

See Also