Here's the DgnLink class hierarchy found in the MicroStationAPI help doc...
When one uses the Add Link tool in MicroStation, three choices are offered...
URL and From File are covered by the types listed above ( DgnURLLink and DgnFileLink ). But…
Hello everybody, has anybody meet this problem that change an existed VS c++ project into .mke file, thus bmake can build all the file together? or add a OpenCV additional library to the .mke file?
dirToSearch = D:/xxx/install/include #thirdparty libraries…
Hi, I already asked a similar question and the problem was a missing library in the *.mke file. At the moment I have my "main" .cpp file and I want to call an Initialization function from another .cpp file. I did it in a similar way to the "exampleSolids…
I have a .NET AddIn that behaves as expected if I manually send a command.
I have a native app. that wants to send that same command to the .NET AddIn . However, the .NET AddIn doesn't seem to see the command queued from the native app...
const bool…
Hi,
in MicroStation V8i (SELECT series 2) - Version 08.11.07.446 (German) I have a problem when I try to attach a reference by Key-In.
InputQueue->SendKeyin( _bstr_t( "reference attach \"c:\\file.dgn\"" ) );
After I accept the reference settings…