#include "SQDef.h"
#include "SQErrorCodes.h"
#include "SQProject.h"
#include "SQBatchModel.h"
Go to the source code of this file.
◆ SQ_GetBatchModel()
Retrieves the BM object in the model. From the BatchModel object the Batch Evolution Models and Batch Level Models can be retrieved. A BM, sequentially numbered, holds the BEM and the BLM-models built on datasets created from that BEM.
- Parameters
-
[in] | pProject | The project to use |
[in] | iBMIndex | The index of the BMs to get. |
[out] | pBatchModel | The BatchModel object. |
- Returns
- Returns SQ_E_OK if success or an error code
◆ SQ_GetIsBatchProject()
An inquiry whether the project is a batch project.
- Parameters
-
[in] | pProject | The project to use |
[out] | bIsBatchProject | Is set to SQ_True if the project is a batch project. |
- Returns
- Returns SQ_E_OK if success or an error code
◆ SQ_GetNumberOfBatchModels()
Retrieves the number of BM/BEM Models in the batch project. A BM, sequentially numbered, holds the BEM and the BLM-models built on datasets created from that BEM.
- Parameters
-
[in] | pProject | The project to use |
[out] | piSizeBM | The number of BMs in the project. |
- Returns
- Returns SQ_E_OK if success or an error code