Odb(...)
This method creates a new Odb object.
Path
session.Odb
Required arguments
- name
A String specifying the repository key.
Optional arguments
- analysisTitle
A String specifying the title of the output database. The default value is an empty string.
- description
A String specifying the description of the output database. The default value is an empty string.
- path
A String specifying the path to the file where the new output database (.odb ) file will be written. The default value is an empty string.
Return value
An Odb object.
Exceptions
None.