export#
- DataSet.export(output_dir=None)[source]#
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
True
when successful,False
when failed.
References
>>> oProject.ExportDataset >>> oDesign.ExportDataset