RE: [VBA] Running microstation+script from .bat fails when autorun on server?...
[quote user="Torben"] There couldn't possibly be anything in the EULA preventing automation using uStation? I don't follow? [/quote]Well, I can't be certain, because licensing varies from country to...
View ArticleRE: [VBA] Running microstation+script from .bat fails when autorun on server?...
Thanks Jon. As always your knowledge of microStation is amazing, and your input is very much appreciated! I will back out of the discussion of the legality, and focus on my job - if I have one...
View Article[VBA] Running microstation+script from .bat fails when autorun on server? Any...
Hi all,I have a microstation vba that scans files and reads/outputs to Excel. It works wonders around here, but only when run directly by a user, either on a desktop or on the server.The code does not...
View ArticleRE: Develop C# code(Visual Studio 2013) for Microstation
Hi Saravana, The easiest way to get started is to install the Microstation Addin Wizard. (visualstudiogallery.msdn.microsoft.com/2a523266-9a35-4159-8291-c31e0a35abec) You will need to utilize the VBA...
View ArticleRE: Develop C# code(Visual Studio 2013) for Microstation
I understand you are looking for C#, you will be using the same MicroStation API as if you were creating a Macro in VBA, so examples in VBA will be beneficial for you. If you go to the folder I had...
View ArticleRE: Develop C# code(Visual Studio 2013) for Microstation
Hi saravana,[quote user="saravana kumar"]C# example for microstation[/quote]Maury's answer is correct: You should start with C# examples delivered with MicroStation V8i SDK.[quote user="saravana...
View ArticleRE: Develop C# code(Visual Studio 2013) for Microstation
[quote user="Maury"]if you were creating a Macro in VBA, so examples in VBA will be beneficial for you.[/quote]Agree for 100%Saravana, try to implement you problem using VBA. If you are not able to do...
View ArticleRE: [Connect VBA] Problem with rotation matrix3d
Hi, What does this mean? Is this something I can fix it myself or do I have to wait for further research of you from? Best regards, Werner
View ArticleRE: Develop C# code(Visual Studio 2013) for Microstation
[quote user="saravana kumar"]I dont have any idea about this[/quote]One more thing that can help you in the learning process: Attached is an example of "minimum addin" in C# and VB.NET, that I created...
View ArticleRE: Develop C# code(Visual Studio 2013) for Microstation
.NET InterOp[quote user="saravana kumar"]C# example for microstation[/quote]Maury and Jan recommend that you study the VBA API. The reason they provide that advice is that, for MicroStation V8i, any...
View ArticleDevelop C# code(Visual Studio 2013) for Microstation
Hello friends,I am Saravana Kumar. I am new to microstation V8i application. Already colleagues developed application using C code for microstation.Now I have to migrate from C code to C#(visual...
View ArticleRE: Software Quality Tsar?
Dominic, These forums are attended to by many Bentley colleagues who are responsible for and contribute to software quality -- developers, analysts, support, documentation, and many others. Viewed as a...
View ArticleRE: [CONNECT C++] drawing pasted to uM, after mouse click, all drawing will...
Code Analysis by Telepathy[quote user="Zhen Li"]Anything wrong? [/quote]How do you expect us to answer? The single line of code you have mentioned is...mdlState_startDefaultCommand();We have no idea...
View ArticleRE: [CONNECT C++] drawing pasted to uM, after mouse click, all drawing will...
Thank you for your reply. I will do some more debug.
View Article[CONNECT C++] drawing pasted to uM, after mouse click, all drawing will be gone.
Hi,I have successfully read in all drawing. When I move my mouse, I can see all my drawing moving with my mouse, But when I click my mouse, all drawing are gone. After debug, I found out that if I...
View ArticleRE: Develop C# code(Visual Studio 2013) for Microstation
Hi Jan, Thanks. I will install Microstation Connect and run the delivered examples. Regards, Saravana
View ArticleRE: Display attributes linkage
The bit-pattern looks like this:And removing custom linestyle doesn't remove this attribute. This element(circle) is actually part of cell so not clear how it gets modified in some of files.
View ArticleRE: Display attributes linkage
[quote user="Oto"]The bit-pattern looks like this[/quote]But why is that important? MicroStation adds data linkages to elements for all sorts of reasons. If you don't know why a data linkage is...
View ArticleRE: Develop C# code(Visual Studio 2013) for Microstation
[quote user="saravana kumar"] I will install Microstation Connect and run the delivered examples[/quote]Please read Jan's reply more carefully.MicroStation CONNECT is one product; the MicroStation...
View Article