• A Better way to Align Elements

    Samir Haque
    Samir Haque
    We have all faced it Text that is not aligned correctly and the regular tools do not use the origins of elements so this VERY HANDY mVBA is going to align elements by their origin like multiple lines of text in a Note. Check it out: (+) Align by Origin…
    • 1 day ago
    • MicroStation
    • MicroStation Forum
    • MaryB
  • Bentley View 2023 (23.00.00.81)

    Dan Eng
    Dan Eng
    The MicroStation product team is proud to announce the availability of Bentley View 2023 on Software Downloads. Get Bentley View 2023: Browse to and sign into Software Downloads at https://softwaredownloads.bentley.com/en/ProductDetails/2793 Select…
    • 2 months ago
    • MicroStation
    • MicroStation Announcements Forum
    • Jan Šlegr
  • Need to Renumber a Group of Reference Slot Numbers? Try this mVBA to help sort your reference slot numbers

    Samir Haque
    Samir Haque
    From Tim Grimm: (49) VBA Macro to Renumber Reference Slot Numbers and Change Logical Names of Attachments Released - MicroStation Programming Blog - MicroStation Programming - Bentley Communities Thanks, Tim!
    • 5 months ago
    • MicroStation
    • MicroStation Forum
    • MaryB
  • Pipe End MVBA

    Samir Haque
    Samir Haque
    Having trouble with Pipe End graphics? Use this MVBA utility to help make it easier. The code is OPEN SOURCE so please use and enjoy! Thanks to Dave Mayer! communities.bentley.com/.../pipes-and-breaks-1-0-released-to-the-microstation-community
    • 6 months ago
    • MicroStation
    • MicroStation Forum
    • Louis van Amerongen
    • MaryB
  • MicroStation v8i: Subroutine to mimic Connect's Show Configuration

    Kevin van Haaren
    Kevin van Haaren
    I need to do several v8i managed workspaces in ProjectWise and really wanted Connect's Show Configuration where it writes all the variables from the current session to a file that then opens it in a text editor. Doing a debug from ProjectWise is a pain…
    • 6 months ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [MStn CE U17.1] WMTS dysfunctional

    Jan Šlegr
    Jan Šlegr
    Hi, this is my contribution to (sporadic) discussions (and complains) about WMTS support quality in MicroStation and other products. Recently, I was asked by my customer for help with WMS and WMTS in MicroStation CONNECT Edition and how such data…
    • 9 months ago
    • MicroStation
    • MicroStation Forum
    • Frank Klein
  • RE: ORD | Get Feature definition.

    Jan Šlegr
    Jan Šlegr
    Jon Summers said: The feature definition is presumably supplied by the ORD schema (XML file). Yes, but it is not one definition in one schema. The feature definition represents tree structure of different definitions (how feature is represented in different…
    • 9 months ago
    • Civil Programming
    • Civil Programming Forum
  • RE: MicroStation CONNECT Edition Update 17.1 (10.17.01.62)

    Andrew Bell
    Andrew Bell
    The following page posted to the MicroStation Announcements Forum highlights that the release of MicroStation CONNECT Edition (Update 17.1) 10.17.01.62 was released due to security issues. MicroStation CONNECT Edition Update 17.1 (10.17.01.62)
    • 9 months ago
    • MicroStation
    • MicroStation Forum
  • RE: [MSCE U17 C#] Get DTM Points from DTMFeatureType

    Robert Hook
    Robert Hook
    Hi clever_anthony , FYI. Development recommends to code using DTMFeatureEnumerator vs DTMFeatureScanCriteria. HTH, Bob
    • 9 months ago
    • MicroStation Programming
    • MicroStation Programming Forum
    • Jan Šlegr
  • RE: [CE U17] COM/Interop does not release memory

    Artur Goldsweer
    Artur Goldsweer
    Hi Jean-Pierre, thank you for reporting this issue. This is also reproducible with different dgn/code examples and I have filed Bug # 1041608 to address this issue. Best regards, Artur
    • 9 months ago
    • MicroStation Programming
    • MicroStation Programming Forum
    • Jean-Pierre Hundhausen
    • Robert Hook
  • RE: Design file last saved by

    Tuan Le
    Tuan Le
    The below keyin works for me in MS U17: macro vba execute MessageCenter.AddMessage(activedesignfile.LastSavedBy) It shows the user account last saved the dgn file in the message centre. Best regards, Tuan Le
    • 9 months ago
    • MicroStation
    • MicroStation Forum
  • Mstn 'Phase 2' Edition?

    dominic SEAH
    dominic SEAH
    Some exciting announcements made at YII22 this week. Listening to KB's presentation , 78:55 in, the iTwin engine will be offering up a lot more capabilities to Mstn in all phases : 'input', 'operation' and 'output' (Duh.. pretty much everything, then…
    • 9 months ago
    • MicroStation
    • MicroStation Forum
    • Mark Shamoun
  • RE: Remove Elements in dgn-file with specific name

    Robert Hook
    Robert Hook
    Hi Jon Summers , Most often, if a key-in command is known and exists it can and should be the preferred and most easily maintainable method used. If an app needs/requires to create an input queue command from scratch or partially for key-in purposes…
    • 9 months ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [MSCE U17 C#] Get DTM Points from DTMFeatureType

    Robert Hook
    Robert Hook
    Hi Jon Summers , FYI. Most of the (published/public) DTM methods for .NET are provided in: ..\Assemblies\Bentley.TerrainModelNET.dll. DTMFeaturScanCriteria unfortunately is not one currently published and awaiting development input on how to proceed…
    • 9 months ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: [CONNECT C++ U16.2] Item Type iteration fails

    Yongan.Fu
    Yongan.Fu
    This is a reproducible issue. We have filed below bug: BUG 1037870 : Exception occurred while iterating ItemType by using C++ For now, you can use below revised header file to replace your current one to overcome this bug. https://communities.bentley…
    • 9 months ago
    • MicroStation Programming
    • MicroStation Programming Forum