[MDL] How to make good use of help file?
When I don't know what the function should be used or what is that function, how to search them out effectively?e.g. I want to find out the function "mdlElmdscr_add", but when I type "mdlElmdscr" and...
View Article[v8i SS2] How to Run Macro without Opening DGN.
Hi,Is it possible to Run Macro without Opening a DGN file?My purpose is that, if I have 500 drawings and I want to run my Macro to all drawings (by batch)without opening every dgn file manually.Thanks,RJ
View Article[V8i MDL] How to design the GUI toolbox & dockable toolbar?
In the vba I don't have such problem. But now in MDL I don't know it's called WinForm or Dialogs..... Any good examples / tutorials for the GUI design such as textboxs, buttoms, dropdown lists etc?
View ArticleMobile App Development Toolkit??
Android Mobile SDK?that is interesting. Is this using MDL / VC++ 2005 ?Is it posibile for select users to download the mobile ~SDK or do you need to be a BD?
View ArticleExtracting profile information from extruded feature solid in vba
I'm currently working on a job with lots of pipework and would like to know if there is a way to extract the centre of a cell that has been extruded so i can automatereplacing there profiles. The only...
View ArticleDrawRaster API display is pixallated when I zoom-in beyond 1:1 image pixels...
DrawRaster API display is pixallated when I zoom-in beyond 1:1 image pixels scale. Seems like using nearest neighbor resampling instead of using bilinear resampling for rendering. Is there any API/UI...
View ArticleDrawRaster function crashes if width or height parameters are above 2K
Is there any limitation on DrawRaster API width and height parameters. We are seeing a crash if any of them are more than 2K. On a full HD monitor with maximum screen resolution, If I want to display...
View Article[v8i] How to use MsdDimStackedFractionAlignment class
Hi.Could anyone tell me how to use this class MsdDimStackedFractionAlignment?I have this below:Dim StackFraction As MsdDimStackedFractionAlignmentStackFraction =...
View Article[V8i C# Addin] FloodFill Method
I'm wanting to obtain area measurements just like the flood MeasureArea command in Microstation. However, I want the user to obtain these measurements through my addin rather than that tool. I want to...
View Article[V8i C# Addin] Storing data in the DGN file?
I have an addin that needs to store some measurements obtained by the user in the DGN file. These are area measurements. As the user selects some areas, we need to keep track of a summation of the...
View Article[V8i C++] Questions about monitors, screen position, coordinates, and views
How does one translate a MicroStation location (such as the cursor location) back to screens coords when the setup may have multiple monitors, and the user may have MicroStation configured for more...
View Article[V8i C#] C# code to .ma
Hi. I would like to know if it is possible to compile C# code to .ma files. I can compile and use the .dll files but can't seem to find anything about .ma files.If it is possible, could someone post...
View ArticleI need to know when raster attachments finished loading
Hi there,I have the following problem: Loading a new drawing I need to know when it finished loading (all references + raster attachments). Even if I tried various event callbacks for the raster part I...
View ArticleOpen Google Earth By Picking a Point at Required Location in a...
Hi Guys,Tool Requirement : User will Pick a Point in dgn at Required Location Based on the Picked Location Coordinates, i need to open google earth and zoom to thespecified location.Questions:1) Is it...
View Article[V8i C# addin] Double click interception
Any way in C# to intercept a double click in Microstation? I'm working on an addin and want to get the X,Y coordinates of the point when the user double clicks. I've found this article that explains...
View ArticleFinding points on LineElement
Hi there!So I have a problem with a proper code in VBA to insert "missing" vertices on line2. As seen in picture - line2 has no vertices where line1 does. I can add vertex at intersection using...
View Article[V8i, VB.NET] OnDesignFileOpened using Bentley.Interop.MicroStationDGN.dll...
What I've learn from various posts in this forum the Bentley.Interop.MicroStationDGN.dll is a wrapper around the COM Object for easier use in .NET environment. But how can I implement events for...
View ArticleHow to adjust the leader line down to the dimension line?
Hi,I would like to adjust the line string using macro. Can anyone help with it?5
View ArticleMicrostation v8i doesn't recognize "MbeGetInput MBE_DataPointInput,...
Hi,I wrote a macro in Basic language, on v8 2004 version of Microstation.In that macro I ask the user to place some text on the screen, and I ask him to indiquate me two points so that I'm able to draw...
View ArticleVBA Merge Reference
Hi All,Trying to Merge a reference file into the Default Model and really struggling to get it working.After reading alot on these forums and in the VBA help, I have found that there is no simple merge...
View Article