RE: [VBA] Cursor and Form location
Hi Maxim,I agree with Maury there are probably other better ways available how to implement similar functionality. But first of all I'd like to ask you to provide more details what do you want to...
View Article[VBA] Cursor and Form location
Hi!I wish that would be a form of moving together with cursor.But between form and the cursor a long distance, which varies during movement.On the left side of the screen - the minimum, and the right -...
View ArticleRE: [v8i vba] inRoads SDK ,What function returns the alignment "state" value?
I would like to get vba macro to draw a line at a specifice station on an alignment, and return the radius at that station. Any help appreciated. cjm
View Article[v8i vba] inRoads SDK ,What function returns the alignment "state" value?
Hi,I cannot find this value mentioned in the SDK (InRoads SDK help) anywhere, can you help me find it?In ALG-files, each alignment (An alignment is basically a complexchain) can have a "state" value...
View Article[Connect C#] Bentley.GeometryNET.ConvexHull creating incorrect results when...
With duplicate points:[View:http://imgur.com/a/XAQI3:940:0]Duplicates removed:[View:http://imgur.com/a/SOI4q:940:0]
View ArticleRE: [CONNECT C#] Element is displayed or visible
as I remember right there is something you will find searching the microstation vba held
View ArticleRE: [CONNECT C#] Element is displayed or visible
Hi Francesc, you can try to use mdlElement_isEffectivelyVisible function (existed in mdlbltin.lib) that has existed from V8 time. In V8i it's accessible through VBA wrapper and Interop assembly, but I...
View Article[CONNECT C#] Element is displayed or visible
Hello,anyone know how to check if an element is effectively visible or displayed in a MicroStation view (level is off, element is invisible, display set active ...)many thanks
View ArticleRE: [CONNECT C++] Single line of text string
Zhen, Following is an example of how mdlText_create can be used to print a single line of text:TextSizeParam textSize; memset (&textSize, 0, sizeof (TextSizeParam)); textSize.size.width = 2500.00;...
View ArticleRE: Migrating MicroStation BASIC (.bas) to CONNECT Edition
Hi Ray,[quote user="Ray Leaman"]Sorry, but I am still running MicroStation BASIC code (.bas/.ba) in V8i.[/quote]That's not good, you are using something that was announced to be obsolete and...
View ArticleMigrating MicroStation BASIC (.bas) to CONNECT Edition
Sorry, but I am still running MicroStation BASIC code (.bas/.ba) in V8i. Where can I find guidance for migrating these programs to use in CONNECT? Thanks.
View ArticleDrop Element
When selecting the 'Drop Element' command in a MicroStation session, the tool settings box offers a selection of element types for the command to operate on. By default, complex and shared cells are...
View ArticleRE: Excel/Microstation VBA conflict - Error 1004: PasteSpecial method of...
The Windows clipboard is a global object. Presumably, Excel is copying hazardTriangle to the clipboard, then PasteSpecial pastes that into your Excel cell. That all works because Excel understands...
View Article[Connect C++] mdlView_getViewRectangle() returns invalid Y coordinates
Hi,I use the following lines to get the screen coordinates of the view and then capture it. This works in v8i but in Connect the Y coordinates aren't correct.BSIRect viewRect;...
View ArticleRE: Excel/Microstation VBA conflict - Error 1004: PasteSpecial method of...
Unfortunately, no. The code with your addition works fine with MicroStation off, but it doesn't work when MicroStation is running.
View ArticleExcel/Microstation VBA conflict - Error 1004: PasteSpecial method of Range...
Hello,I have developed an Excel spreadsheet which generates a list of hazards to be pasted into a MicroStation drawing as a linked Excel spreadsheet. Whenever a new list box is created, its formatting...
View ArticleRE: set keyins in microstation v8 2004 edition?
Hi Lorys, Thanks for your response, your keyin pdf is helpful for me. Thanks & Regards, Karthik
View Articleset keyins in microstation v8 2004 edition?
Dear all, I am using Microstation v8 2004 Edition. I set the key-ins to the function keys (F1 to F12) for easy access of the tools its working fine but i am trying set the key-ins to all...
View ArticleRE: [v8i vba] inRoads SDK ,What function returns the alignment "state" value?
Thankyou, I was trying to write the code myself and was looking for examples, but I have now progressed this and I have some base code that works that I can build on.
View ArticleRE: Migrating MicroStation BASIC (.bas) to CONNECT Edition
Thanks, Lorys. Hope you don't get flamed too much for being so helpful! :-)
View Article