Hello,
I'm porting an application which has a native window which tracks a MicroStation view. When dynamics (for example a smart line segment) is added to the MicroStation view, my aplication needs to be notified of those changes, and mirror them…
when i draw a line / shape with the smartline tool, it creates a continuous line that cannot be edited. there are no points visable along the line when it highlights , it just shows the continuous line?? does anyone have any ideas what is wrong?
I want to create a custom menu to import a specified model into the active design file.
There is a keyin: model import all "Filename" which will import all models of the specified file. Is there an option for this keyin to specify the name of a…
In my company GIS applications are very important. To improve performance some 6000 Euro have been spent on a new PC (2x4 core XEONS with 12 MB L2 Cache, Raid Controller, fast memory, etc.). Theoretically the new PC should be at least twice as powerful…
Dear all,
I have a problem understanding the logic of the way include files are loaded by the MDL compiler.
According to the documentation, the -i switch should be interpreted as follows:
-i<dir> Add the specified directory to the list of directories…
I am not facing any problem in mdlElement_display. But In V7 this code displays the line wheb mouse button clicking. Not shows in XM Edition. it shows hidden line. I want display the line for temporary not using mdlElement _add function.
Code Snippet…
Thanks for the reply. All i want it to do is close down the task navigation bar. I understand there is a variable called MS_Exit where you can specify a user command file... to be run on exit,could this be done here.... I have tried to look up info on…
Hi Shawn,
MicroStation key-in is mdl l calculat; calculator userPrefsP->addFlags.positionalKeyboardNavigation=0 to switch of the keyboard mapping.
HTH Jan
There does not appear to be events directly tied to opening and closing of Microstation, but there are design file events for load and unload. Below is an example straight out of the help file for VBA for Microstation. (Use the little "?" button in the…