Hello Experts. I'm a new one in the development of the add-ins for the MicroStation. Basically, I had an experience with other CAD systems. And I have a few questions. Hope you can help me.
1) First of all. Where I can find some detailed documentation, specification and details about MicroStation API? Maybe some examples too.
2) How can I register my .DLL add-in outside the MicroStation to launch it automatically when MicroStation runs? For example, in SolidWorks, I used the "regasm" to register .DLL and add info aboit it (name, description, full path) to the registry. In the case of Creo Parametric I added the info about .DLL to the config file inside the Creo installation folder. Is there some similar way for the MicroStation?
3) Ho can I create my custom ribbon group for the add-in with buttons (that have icons), show it in some MicroStation tab and call some commands after pressing these buttons?
Thanks for your help.