Re: Encountered error runnnng mke using MicroStation Developer Shell
Aldrin Almia:Microsoft Visual Studio is installed not including C++. Is it the cause why some files are missing?Microsoft Visual C compiler is required to compile MicroStation SDK examples. If it was...
View ArticleRe: MVBA Create Circle
Check MicroStation VBA help file, it contains examples how to create and place elements. How to create circle (to define it exactly, it's EllipseElement) is also available there, the example is...
View ArticleRe: Encountered error runnnng mke using MicroStation Developer Shell
Aldrin Almia:C:\MDLProjects V8i (SELECTseries)\mdlbasicYou're missing a folder separator. TryC:\MDLProjects V8i (SELECTseries)\mdl\basic
View ArticleRe: MVBA Create Circle
VBA Help contains a number of examples. VBA helpHere are a few more VBA examples.Regards, Jon Summers LA Solutions
View ArticleCan we create plugin for Microstation
Is it possible to add a tab in Microstation application, when clicked on it, it runs application i developed.If yes, then how can i achieve this.I'm currently working in DotNet windows applications. I...
View ArticleHow to Add Plugins to Bentley Microstation PowerDraft XM Edition
Hi All, I have a desktop application (an exe) which is written in Dotnet Programming Language. I want to add this application to Bentley Microstation as a Plugin. Can you please...
View ArticleRe: Can we create plugin for Microstation
Hi,m.yb:Is it possible to add a tab in Microstation application, when clicked on it, it runs application i developed.I don't know what tab is. You should use MicroStation terminology to make your...
View ArticleRe: Can we create plugin for Microstation
m.yb:Is it possible to add a tab in Microstation application, when clicked on it, it runs application i developedWhen you write an app. for MicroStation, choose either MDL or .NET. Either of those...
View ArticleRe: How to Add Plugins to Bentley Microstation PowerDraft XM Edition
Hi,ms1:I have a desktop application (an exe) which is written in Dotnet Programming Language. I want to add this application to Bentley Microstation as a Plugin.What modification have to be done...
View ArticleRe: VBA to Reference Files and Set Geographic Coordinates.
There are different options for the attachments. Have you tried something like this? Note the AddCoincident1 which allows for several mdsAdd options which the AddCoincident does not. Set att =...
View ArticleCan someone tell me how to write these old UCM terms in VBA - V8i-ss2
I have lines in old user commands I am converting to VBA.I can't find any info on their equivalent values. Need help in adding them to a few modules.They are not recognized by the ucm2bas converter...
View ArticleRe: Can someone tell me how to write these old UCM terms in VBA - V8i-ss2
A colleague (Mark Anderson) had previously posted a response and a resourece to a very similar question previously in this thread. Although the PDF document was intended for UCM to MicroStation BASIC...
View ArticleRe: [2004 MDL] Help me to get total number of end and start points.
sagar:I want to get the total count/number of the end and start point available in the DGN modelThis MDL example shows how to scan for an element by type and find the number of elements of that...
View ArticleRe: [V8i C++] How to ReUse a Bentley dialog item
It may be a question of 'ownership' -- that is, what MDL app. 'owns' that dialog item. By default, of course, MicroStation assumes that you own it. But you want it to be handled by another MDL app.....
View ArticleRe: [v8i SS2] Boundary of a TextNode Element
Hi,Why aren't you guys using TextNode.Range.Low & TextNode.Range.High?--Robert
View ArticleRe: [V8i C++] How to ReUse a Bentley dialog item
Jon Summers:Bruce Reeves SRNS:"appdata1=\"&GetAnnotationScaleHandler\"What does that parameter do? I haven't come across the appdata1 syntax. It's just a way to store some application data on a...
View ArticleRe: [v8i SS2] Boundary of a TextNode Element
Dan,This is the key. points(4) = points(0)Thanks.
View ArticleRe: [v8i SS2] Boundary of a TextNode Element
I have one last question on this thread.Below codeSet oLevel = ActiveDesignFile.Levels("EQUIPMENT-LABEL") Dim oScanCriteria As New ElementScanCriteria Dim oEnumerator As...
View ArticleRe: VBA get Level of an element from a txt file and placed into a string
Hello All, Thank you for the reply.I already achieved this post. What I did I specified the Level in .cfg file then retrieve that Level and used that for filtering pursposes. Thanks a lot..Best...
View Article