Bentley Communities
Bentley Communities
  • Site
  • User
  • Site
  • Search
  • User
  • Welcome
  • Products
  • Support
  • About
  • More
  • Cancel
MicroStation Programming
  • Product Communities
  • Developers and Programming
  • MicroStation Programming
  • More
  • Cancel
MicroStation Programming

MicroStation Programming - Ideas

    • Sign in
    • MicroStation Programming - Ideas

    Generic Content

    Your Ideas

    If you have an idea for something you believe would make the MicroStation SDK better, please search then add your idea by selecting New in the upper right corner (Note: You must be signed in to submit an idea). The more detail and description you include, the better. Please also include why you think the idea would be beneficial – specific use case scenarios often are the best way to do that.

    • Any member of this community can comment on the idea and vote on it (either up OR down).
    • For more information on Ideas see: Introducing Community Ideas.

    The following statuses are used for ideas posted:

    • New – Your idea has been created, and it is ready to be voted on by the community. This is the default status for new ideas
    • Under Review – Idea is gathering support and being reviewed by product management to determine suitability for future consideration. Add your votes and comments
    • Future consideration – Idea has been reviewed and is now in consideration for future development. Continue to vote and comment to bring the best ideas to the top
    • Complete – Idea is closed and has been implemented in a MicroStation release
    • Archived – Idea is not currently being considered for release due to reasons of practicality, strategy, or applicability. We appreciate your suggestions and encourage you continue submitting ideas
    • Undo operations when a Reference has "Activate Status"= Write Locked (we have to do zoom)

      Joan Martínez Serra
      Joan Martínez Serra
      • New
      • General
      • 0 Comments
      I think it is a bug: When a Reference has "Activate Status" column to "Write Locked" (stick icon) and then we press "Undo" button to undo operation, we have to do Zoom In or OUT in the view to show the changes. Does not update the view. Also, when...
      • Sat, Jun 5 2021 2:16 PM
    • VBA: Event Handlers for Fence and Selection Set

      Jon Summers
      Jon Summers
      • New
      • API-Interpreted
      • 0 Comments
      Can I suggest that VBA includes event handlers for Fence and Selection Set?
      • Thu, Aug 13 2020 9:13 AM
    • XML Command Syntax Checker for MicroStation CONNECT

      Jon Summers
      Jon Summers
      • New
      • API-Managed
      • 2 Comments
      MicroStation V8i SDK provides ustnxom.exe , used to check the syntax of XML command tables. The command table structure in CONNECT is subtly different to its predecessor. It's easy to make minor spelling or case errors when writing a Commands.xml file...
      • Mon, Aug 10 2020 1:59 AM
    • Bentley Social Distancing App for Construction Crews?

      dominic SEAH
      dominic SEAH
      • New
      • Not categorized
      • 1 Comment
      A lot of complaints and worries about how construction crews are not subject to lockdown and vulnerable due to need to work in close proximity. How long would it take to write an app that tracks proximity between mobile phones on site? Building sites...
      • Thu, Mar 26 2020 7:03 AM
    • AutoCAD properties are lost after converting AutoCAD to Microstation, create tool to retain properties in microstation format

      Hrushikesh Risbud
      Hrushikesh Risbud
      • New
      • Migration
      • 1 Comment
      I am looking for options to convert AutoCAD to microstation retraining the drawing properties like blocks in AutoCAD are editable blocks in microstation, line and text properties in AutoCAD are retained in micro station.
      • Tue, Nov 19 2019 12:52 AM
    • Invasion of unwanted colors

      Oto
      Oto
      • Under Review
      • General
      • 1 Comment
      After using any of colorbook colors it is not possible to get rid of this color afterwards. For example if color white is used from colorbook then all elements which previously used RGB white are changed to colorbook. Even if element is deleted the...
      • Fri, Aug 16 2019 3:15 AM
    • Item Types: Foreign Key or Relationship

      Jon Summers
      Jon Summers
      • New
      • Not categorized
      • 1 Comment
      I have two Item Type definitions: Area Features and Doors . I can tag an office, for example, as an Area Feature ; and I can tag a door cell as a Door . Here's an illustration... Now I want to relate one to the other. You can see that Door 102 belongs...
      • Mon, Mar 4 2019 2:21 AM
    • Expose PDF Layers in the API to Allow On/Off Capability

      caddcop
      caddcop
      • New
      • Not categorized
      • 1 Comment
      When working with PDF Rasters, it is often necessary turn Layers on and off within the PDF. Being able to automate this is essential. Large organization may have hundreds of PDF's that can be reused as supplemental data and enhancing productivity by...
      • Thu, Feb 28 2019 7:39 AM
    • ReportDefinitionNode::RemoveAllAssociations() should be moved to the published API

      Jon Summers
      Jon Summers
      • Under Review
      • Not categorized
      • 0 Comments
      If any Tables have been placed with associations to a Report definition, they will not be cleaned up when removing a Report definition by DeleteNode() . If the user tries to refresh a Table 's contents from its associated Report definition, the refresh...
      • Tue, Jan 22 2019 10:53 AM
    • [CONNECT C++] CurveVector::SetBoundaryType

      Jon Summers
      Jon Summers
      • Under Review
      • Not categorized
      • 0 Comments
      Make CurveVector::SetBoundaryType() a public method in the MicroStationAPI.
      • Fri, Jan 4 2019 5:50 PM
    • [ CONNECT DgnPlatform .NET API ] Add method to set GrphicGroup to ElementPropertiesSetter class

      Jan de Pater
      Jan de Pater
      • New
      • Not categorized
      • 0 Comments
      While ElementPropertiesGetter class has a property to retrieve the GraphicGroup of an element, the ElementPropertiesSetter seems to lack a way of applying it to an element.
      • Mon, Dec 31 2018 2:11 PM
    • [CONNECT MicroStationAPI] MstnPropertyFormatter schema needs hectares

      Jon Summers
      Jon Summers
      • New
      • Not categorized
      • 0 Comments
      The MstnPropertyFormatter schema provides formatting information for many units. That list includes acres for measuring large areas in the US. The analogous unit in the rest-of-world is the hectare . 1 ha = 10,000 m 2 . The absence of hectare in the...
      • Thu, Dec 13 2018 8:59 AM
    • Item Type Property: provide method to set Read-Only in schema definition

      Jon Summers
      Jon Summers
      • New
      • Not categorized
      • 3 Comments
      An Item Type property has several attributes that can be set, along these lines... CustomPropertyP p1 = ecItemType.AddProperty (L"prop-name", false); if (nullptr != p1) { p1->SetType (prop.CustomPropertyType ()); p1->SetIsArray (false); p1->SetDefaultValue...
      • Tue, Nov 27 2018 10:43 AM
    • Add a CreateCellInstance method to place a Cell from a Cell Library

      Jon Summers
      Jon Summers
      • Under Review
      • API-Managed
      • 8 Comments
      There is no way in .NET to place a new cell instance by reading a cell definition from a cell library. When creating a new cell instance, there is a lot of unseen work involved in copying a cell definition. In addition to the graphic elements, there...
      • Tue, Apr 16 2019 12:11 PM
    • MicroStationAPI CONNECT Help Documentation: Provide #include file paths

      Jon Summers
      Jon Summers
      • New
      • Not categorized
      • 0 Comments
      The MicroStationAPI help document lists classes and functions. The class description usually mentions the relevant header file(s). For example, DgnECInstance Struct Reference #include <DgnECInstance.h> However, those include files are not in a flat...
      • Fri, Nov 23 2018 7:24 AM
    • MicroStation CONNECT SDK rcomp improvement

      Peter Wu
      Peter Wu
      • Under Review
      • Not categorized
      • 0 Comments
      The RCOMP tool is used to compile traditional .R files to rsc files and finally to .MA file holding the resources (strings, toolbars, dialogs). RCOMP has always reading .R/.H files as MBCS (as it would complain about unsupported characters in codepage...
      • Wed, Nov 14 2018 1:12 PM
    • MicroStation CONNECT Help Documentation: Provide version information

      Jon Summers
      Jon Summers
      • Under Review
      • Not categorized
      • 0 Comments
      The MicroStation V8 i MDL Function Manual help doc. provides version information for each function. That is, we can read the version of MicroStation where that function was first introduced to the API. With the MicroStation CONNECT SDK, that version...
      • Thu, Nov 8 2018 8:25 AM
    • C# VB.Net Addin Command Table Syntax Documentation

      Mark Stefanchuk
      Mark Stefanchuk
      • New
      • Not categorized
      • 0 Comments
      Any chance we can get some documentation for CommandTable.xml syntax? As a minimum can you publish an article to provide, attribute and value choices for Options. Hidden = "true" or Hidden = "false", Required = "true" Required = "false". These seem...
      • Wed, Oct 10 2018 12:12 PM
    • Define EC schema naming best practice

      Jan Šlegr
      Jan Šlegr
      • Under Review
      • Documentation
      • 0 Comments
      Idea In my opinion there should be an official recommendation / best practice information how custom EC schema should be named. It can be also applied to Item Types when created as a part of developed applications. Justification I have thought...
      • Tue, Apr 16 2019 12:10 PM
    • OpenRoadsDesignerNET Help Document

      Mark Stefanchuk
      Mark Stefanchuk
      • New
      • Not categorized
      • 0 Comments
      Please provide a .Net version of the OpenRoadsDesignerAPI help document? Looks like Bentley.GeometryNet.chm is not BentleyGeometryNEt.chm, right? Is BentleyGeometryNet.chm found in ORD CONNECT SDK doc folder might be the same as Bentley.GeometryNET...
      • Sat, Sep 29 2018 11:36 AM
    • Split OpenRoadsDesignerAPI Help Document and MicroStationAPI Help Document

      Mark Stefanchuk
      Mark Stefanchuk
      • New
      • Not categorized
      • 0 Comments
      OpenRoadsDesignerAPI includes the MicroStationAPI documentation. Can we split these into two documents? I understand why you might want to combine them, but it would be easier to find OpenRoads items if we didn't also have to sift through the MicroStationAPI...
      • Sat, Sep 29 2018 9:33 AM
    • Common Help section to cover all available languages

      Sunand Sandurkar
      Sunand Sandurkar
      • New
      • Not categorized
      • 0 Comments
      It'll be great to see a single, common Help section per feature that covers API in all available languages. For example, a section on DgnFile class that describes C++ API, C# API and COM API of DgnFile in one place. The conceptual description of DgnFile...
      • Mon, Feb 12 2018 12:46 AM
    • Continued SDK Documentation Improvements

      Robert Hook
      Robert Hook
      • Future Consideration
      • Documentation
      • 4 Comments
      What we would really like to see in upcoming MicroStation SDK documentation...
      • Tue, Apr 16 2019 12:06 PM
    Communities
    • Home
    • Getting Started
    • Community Central
    • Products
    • Support
    • Secure File Upload
    • Feedback
    Support and Services
    • Home
    • Product Support
    • Downloads
    • Subscription Services Portal
    Training and Learning
    • Home
    • About Bentley Institute
    • My Learning History
    • Reference Books
    Social Media
    •    LinkedIn
    •    Facebook
    •    Twitter
    •    YouTube
    •    RSS Feed
    •    Email

    © 2021 Bentley Systems, Incorporated  |  Contact Us  |  Privacy |  Terms of Use  |  Cookies