Question
Macro not working using ProToolkit
Hi,
I'm using the function "ProMacroLoad(L"~ Command `ProCmdModelProperties`");" to invoke model properties dialog box using ProToolKit (C language). But the dialog is not showing up when I use the function.
where as when i try "ProMacroLoad(L"~ Command `ProCmdModelNew`");" it shows a dialog box successfully.
Can any one help me out in opening the "Model Properties" dialog using ProToolKit?

