export#
- DataSet.export(output_dir=None)#
Export the dataset.
- Parameters:
- output_dir
str,optional Path to export the dataset to. The default is
None, in which case the dataset is exported to the working_directory path.
- output_dir
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oProject.ExportDataset >>> oDesign.ExportDataset