ModelCheckManager is a class to access the Model Quality Check services.
More...
#include <ModelCheckManager.hpp>
|
| ~Object () |
| Default destructor.
|
|
std::shared_ptr< Impl::ObjectImpl > | mImpl |
| Impl object given by constructor.
|
|
ModelCheckManager is a class to access the Model Quality Check services.
- Since
- Archicad 29
◆ RegisterGroup()
ACAPI::Result< void > ACAPI::ModelCheckManager::RegisterGroup |
( |
const API_Guid & | modelCheckTypeId, |
|
|
const API_Guid & | groupId, |
|
|
const GS::UniString & | groupName ) const |
Registers a new Model Check Method Group.
- Parameters
-
modelCheckTypeId | The parent Model Check Type id where the new group will be registered. |
groupId | Unique identifier of the group. Later it can be used to register Model Check Method in the group. |
groupName | Localized name of the new Model Check Group. It will be presented on the user interface. |
- Note
- This function should be called only from the RegisterInterface () function of the AddOn.
- Returns
- Error with error code and message if there was any, otherwise nothing.
◆ GetModelCheckManager