Microsation XM Open AutoCAD files and move references to a new layer - VBA
Hi All,I'm using Microstation XM to open AutoCAD 2007 format files, no problem there. I can manually change the reference file layer in these AutoCAD files by either using the reference dialog box or...
View ArticleRe: Set Tag Values in Selected Element Only
Michael Stark:Rob Golding:Once the Value for the tags are set, they should not change until removed from the design.Unfortunately this is the only thing that cannot be asured and the reason why many...
View ArticleRe: Microsation XM Open AutoCAD files and move references to a new layer - VBA
Welcome to MicroStation VBA programming! Attachment.LevelIterate the attachments (references) of your model, and set the level of each. Something like this … Sub ChangeAttachmentLevel (ByVal levelName...
View ArticleRe: Error in Bmake while compiling
MicroStation V8i (SELECT series 3) - Version 08.11.09.357Is it right that I can't use my VS2012 for MDL (or any way to make VS2012 compatible )?
View ArticleRe: Move view to second application window by macro / VBA
Hi,Sorry but I do not look through.....I have tried to play with these lines of code but without success.I also tried to record a macro, but unfortunately the activities at the windows are not...
View ArticleRe: Set Tag Values in Selected Element Only
Rob Golding: Each streetlight it contains 3 parts... a pole, bracket and light. Create a Tag Set street-furnitureFor that Tag Set define Tags pole, bracket and lightPlace some lighting cellsAttach Tag...
View ArticleRe: Move view to second application window by macro / VBA
Kei-Koo:I was looking for further information on this view object, but unfortunately found nothing. Also not in the VBA HelpReally? See attached image.Kei-Koo:Hope dies at lastHope springs eternal.
View ArticleRe: Error in Bmake while compiling
The answer is difficult, but in the end, you just cannot use VS2012 for development !Some points:You can use each Studio Version for editing, and newer versions have some nice enhancements that might...
View ArticleRe: Move view to second application window by macro / VBA
Hallo Jon,Yes really!See attached image of the help in my Microstation SS3.I open the project manager, then select a project and press "edit" then "F1" for the help.There I can not see the view object...
View ArticleRe: Move view to second application window by macro / VBA
Instead of pressing F1 in an empty document press F1 with the cursor on a Bentley specific keyword (like CadInputQueue) you will find that instead of the VB Reference in your picture it opens up the...
View ArticleRe: Error in Bmake while compiling
Julia Frid:At first I installed Microsoft Visual C++ 2005 Redistributable Package(x64)That won't help because:MicroStation is a 32-bit application; you must build a 32-bit app.The C++ redistributable...
View ArticleRe: Move view to second application window by macro / VBA
VBA HelpKei-Koo:I open the project manager, then select a project and press "edit" then "F1"MicroStation VBA provides two help documents …Microsoft VBA help — deals with the base VBA language, common...
View ArticleRe: Move view to second application window by macro / VBA
Hi Michael,Thanks for the tip how to point to the right help file.Now I could use the help, but unfortunately it didn´t help me as novice to solve my problem.I would be very thankful if someone could...
View ArticleRe: Microsation XM Open AutoCAD files and move references to a new layer - VBA
Thanks Jon! That worked exactly as I hoped....After a slow start. I was having an odd issue where copying that text directly into a module (new) was not resulting in a new macro..Anyway I got it to...
View ArticleRe: Move view to second application window by macro / VBA
Hi,The Screen index is a read only property, which I only see its value as zero. So that vba does not work. Maybe there is a mdl routine that could be called on?--Robert
View Article[V8i C++] mdlWorkDgn_ functions with an attached model
If I've got a model referenced to the active model, can I use mdlWorkDgn_ functions on that "attached" reference file? I'm wondering if it's possible to select an element in the active model, and...
View ArticleRe: [V8i C++] mdlWorkDgn_ functions with an attached model
Bruce Reeves SRNS:If I've got a model referenced to the active model, can I use mdlWorkDgn_ functions on that "attached" reference file?A reference is opened read-only. You can't somehow magically...
View ArticleRe: Move view to second application window by macro / VBA
Hi Robert,Thanks for your post.If thats realy a fact, this will probably be the end of my idea.;(RegardsRaphael
View ArticleRe: Move view to second application window by macro / VBA
Here's an attempt at a switch-screen macro using MDL function calls. I'm not in a position to test this, since I have only a single screen.'...
View ArticleRe: Move view to second application window by macro / VBA
Hi Jon,I tweaked a little of your code and have it working except it resizes the window. Is there any way of getting the existing origin and size to pass on to the new origin and size...
View Article