LoadOptions constructor

LoadOptions()

Initializes a new instance of this class with default values.

def __init__(self):
    ...

Remarks

Default file format is set as LoadFileFormat.

LoadOptions(format)

Initializes a new instance of this class with the format specified.

def __init__(self, format):
    ...
ParameterTypeDescription
formatLoadFileFormatLoadFileFormat load file format.

See Also