• Attach a reference file

    Hi all. Im learning MVBA, trying simple task. I want to attach a reference into my model Im using MSConnect edition Update 15 (10.15.02.11) The lines im using are: Sub addRef() Dim oReference As Attachment Set oReference = ActiveModelReference…
  • Add a tag with macro or vba

    Hi, I am searching for a possibility to attach a tag to a cell with a macro or VBA. The reason this tag set includes 7 Tags, so if I copy this manually I need time and do mistakes. My plan is to select specific cell then start macro with information…
  • I've problem with POD-file attaching.

    I use MS V8i and SDK mssdk081109357en. I make build by instruction . I have some problem with example from SDK, which name is "PointClouds". I changed the code for debuging in next way: ... case DITEM_MESSAGE_QUEUECOMMAND: { Bentley::Ustn::Element…
  • Microstation VBA Raster & Looping

    resolved & deleted
  • Microstation Form Export

    Hi, I have created a microstation macro that can search for all ".DGN" files in a specific folder that the user chooses. below is the code i have written to do so: --------------------------------------------------------------------------------…
  • KeyIn "Attach Reference" leads MicroStation to unnormal state

    Hi, in MicroStation V8i (SELECT series 2) - Version 08.11.07.446 (German) I have a problem when I try to attach a reference by Key-In. InputQueue->SendKeyin( _bstr_t( "reference attach \"c:\\file.dgn\"" ) ); After I accept the reference settings…