Archicad C++ API
About Archicad add-on development using the C++ API.

Why Does DG::GetDialogFromId Return nullptr in ArchiCAD 27 C++ API?

nishida_jp
Booster
In the ArchiCAD 27 C++ API, the following function returns nullptr for some reason:

[cpp]
DG::Dialog *dlg = DG::GetDialogFromId(dialID);

How can I correctly obtain a pointer to the DG::Dialog class from dialID using this function?
0 REPLIES 0