OpenTD.PostProcessing.DatasetManager Class Reference
Last update: 16.07.2025Represents the TD Dataset Manager, used to interact with datasets (solution results) within TD. More...
Inheritance diagram for OpenTD.PostProcessing.DatasetManager:

Public Member Functions | |
| DatasetManager (ThermalDesktop _td) | |
| Dataset | CreateDataset (string name, string pathname, Dataset.DataSourceTypes type=Dataset.DataSourceTypes.SF) |
| Creates a new Dataset using defaults from this TD instance. | |
| Dataset | GetDataset (string name) |
| Gets an existing Dataset from this TD instance. | |
| Dataset | GetCurrentDataset () |
| Gets the currently-activated Dataset from this TD instance. | |
| List< Dataset > | GetDatasets () |
| Gets all the Datasets in this TD instance. | |
| void | DeleteDataset (string name) |
Detailed Description
Represents the TD Dataset Manager, used to interact with datasets (solution results) within TD.
Constructor & Destructor Documentation
◆ DatasetManager()
|
inline |
Member Function Documentation
◆ CreateDataset()
|
inline |
Creates a new Dataset using defaults from this TD instance.
- See also
- OpenTD.PostProcessing.Dataset
◆ DeleteDataset()
|
inline |
◆ GetCurrentDataset()
|
inline |
Gets the currently-activated Dataset from this TD instance.
- See also
- OpenTD.PostProcessing.Dataset
◆ GetDataset()
|
inline |
Gets an existing Dataset from this TD instance.
- See also
- OpenTD.PostProcessing.Dataset
◆ GetDatasets()
|
inline |
Gets all the Datasets in this TD instance.
- See also
- OpenTD.PostProcessing.Dataset
The documentation for this class was generated from the following file:
- C:/Users/mgarrett/source/repos/BuildsTdSuite/builds/TDDEV_ALPHA/buildXX/OpenTD/PostProcessing/DatasetManager.cs