/
CEPBEP
/
OPS
Обзор
Документация
Войти
/
CEPBEP
/
OPS
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
BASE_STATION/SOFTWARE/Model Building/Custom UI/Model/source/SystemVue/LibraryProperties.cpp
9 строк
443 B
George Kwa
ADD System Design (SystemVue) Software
09 авг 2025, 01:42
09 авг 2025, 01:42
db4f78b
Код
Авторство
О чём код?
#include "SystemVue/LibraryProperties.h" bool DefineLibraryProperties(SystemVueModelBuilder::LibraryProperties* pLibraryProperties) { // Define the library name for the Part, Model and Enum libraries. // By default, the DLL name is used. pLibraryProperties->SetLibraryName( "CustomUIModel" ); // Return true to indicate success. If you return false, {PRODUCT-NAME} // will report that it was unable to load the library. return true; }