• [CONNECT C++] DgnElementSetTool: Query Elements in Reference Attachments

    My query tool inherits from DgnElementSetTool . It works fine for elements in the active model, but what should I do to enable it to locate elements in a reference? Currently the tool shows a pop-up Element in reference that is not currently active…
  • Feb 27th 2020

    See links below for the Statewide CADD Users Group meeting held on Feb. 27th 2020. Recording: (YouTube video contains chapters to easily jump to a specific topic) Agenda PowerPoint Recording time stamps: ORD Transition Update: 0:19:30…
  • Item Types CRUD Operations with Native, COM and Managed API's

    This blog demonstrates how to use Item Types Native, COM and Managed API's for following operations: Create Item type Library, Item Type and Property Read default value of already available property Update the default value of already available…
  • OpenRoads Designer

    The following WIKI articles, Learning Content and Support Videos are provided as a reference by Bentley's Technical Support Group and Civil Content Development Team. They focus on OpenRoads Designer product support and training. OpenRoads Designer…
  • Working with EC Properties using Native and Managed APIs

    This blog provides some code snips that demonstrate how to use DgnEC Native and Managed API’s for following: Perform operations on primitive type EC Properties i.e. set and get. Perform operations on array type EC Property i.e. set, get, insert…
  • Working with ItemType EC Expression using Managed, Native and COM API’s [Upcoming feature in MicroStation CONNECT Edition Update 14]

    This blog provides code snippets that demonstrate how to use EC Expression with properties: Expressions currently work with Primitive properties. They do not support Struct or Array type of properties.Below steps explain how to use Managed and Native…