• Microstation Connect VBA Batch Process Error

    Björn Eriksson
    Björn Eriksson
    Hi, Been coding in VBA for a couple of years, and know I have a new problem I have never seen before. I have a VBA-tool to scan a model and print file/object information to Excel. All works fine, but when I run my code with Batch process to loop several…
    • 1 month ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [Microstation] Batch Process to find Working Units for multiple dgns??

    Dustin Hammarberg
    Dustin Hammarberg
    Could anyone help create a batch program to help me create a report to show the working units for multiple dgns? A little background, we had mutliple people create files in a project and they all used differenet working units. I would like to create…
    • 3 months ago
    • Civil Programming
    • Civil Programming Forum
  • Open a .dgn file in background(batch processing)

    Deblina Sarkar
    Deblina Sarkar
    Hello all, I am new to Microstation Connect Edition api. I will like to know if we can open a .dgn file in background(batch processing).
    • 10 months ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [MicroStation Connect Version 10.16.02.34] Draw polyline from coordinates in text file

    Marco W
    Marco W
    Hi community. I have a *.txt file with coordinates (format PointNumber,x,y,z): 101,0.534,0.545,0.535 102,2.523,2.945,1.556 103,2.876,0.987,1.233 104,4.645,3.645,4.656 105,5.234,2.543,3.345 241,8.435,6.754,9.345 242,9.345,11.564,5.566 243,10…
    • Answered
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Changing linestyle of a single line in complex chain/complex shape

    Lubo B
    Lubo B
    Hello guys! After a long time of silence I came up with another question. I remember i had question similar to this behavior, but that was for V8I version. Lets say i have a complex chain consisting of multiple lines. Now i want to modify linestyle…
    • Answered
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Setting up VS 2017 C++ project for debugging

    Daverode
    Daverode
    I'm trying to setup a vs 2017 c++ project to debug a MDL project I created with Microstation SDK Command Utility. I'm using Promis.e Connect Update 10 (Latest Build). I'm not 100% sure what version of Microstation that translates to, but the add-ins…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Edit Segment of line or shape using VBA

    Arun Prashad Hariharan
    Arun Prashad Hariharan
    I'm trying to modify the elevation of a single segment of a linestring any suggestion will be helpful Thanks in advance
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Scancodes in MS CE

    Max Pankalla
    Max Pankalla
    Hello fellow humans, i am trying to put the new quick tools menue on the "Tab"-Key so i can put the normal V8i layout to the first keys of qwert. Unfortunatly if i press "Tab" i am skipping to the next Field instead of defining my hotkey while editing…
    • over 2 years ago
    • MicroStation
    • MicroStation Forum
  • [Connect Update 15 c++] Is there a way to draw a uneditable shape except through your UI dialog box?

    amender carapace
    amender carapace
    I want to draw a object and make it unable to be altered by other tools expect through the UI I provided. For example draw a box with a trailing line segement fixed at certain angle to the rectangle. I do not want anything including the size of the…
    • Answered
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Get and Set ACS

    Ole Gottwald
    Ole Gottwald
    Hello, In the SDK is the example "ViewInfoExample". I build it, but it's not working correctly. If I change the Origin of the ACS in any View, the "View Info Description" doesn't show this change. Closing and reopening these windows doesn't help.…
    • Answered
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • How to use GetFitCylinder with point clouds?

    Toni P.
    Toni P.
    I'm a newbie working with point clouds (MicroStation Connect Upd 13 and C++) and I haven't found any code snippet that helps me with the following issue. So I apologize if the question is very obvious. I have a DGN with one or several POD files attached…
    • Answered
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Load MDL app on Application Startup (MS_INITAPPS)

    Rajesh Varatharajan
    Rajesh Varatharajan
    I am facing some issues in Successful loading MDL apps on Startup. I have modified code as below and loaded MDL app. if (strcmp(l_str_argument.c_str(), "MS_INITAPPS") == 0) { mdlSystem_enterGraphics(); mdlInput_sendCommand(CMD_DIALOG_OPENFILE…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT C++] Editing a text element from its eeh

    Topaz
    Topaz
    Greetings, I'm currently struggling with some text modifications (C++ MDL, Microstation Connect Edition). I'm importing text elements from a DWG file into Microstation. I'd like to change some of their attributes before adding them into the DGN active…
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Detecting a Cached Saved View Attachment in MicroStation CONNECT

    Peter Jones
    Peter Jones
    Hi All, I have some legacy VBA code from v8i that I'm trying to port over to the CONNECT versions - it's using a CExpression with a pointer into the referenceFile struct for a specific reference: Private Declare PtrSafe Function mdlRefFile_getInfo…
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum