• STATUS: MicroStation CONNECT Edition Update 17.0 SDK

    Quick status update on the MSCE U17.0 SDK.

    With the announcement of the MicroStation CONNECT Edition Update 17.0 commercial release being available, please know that the MicroStation CONNECT Edition Update 17.0 SDK should be available in the next few days.

    Please check back here and/or the SDK Announcements for additional release updates.

    Thank you.
    MicroStation and PowerPlatform (MSPP) SDK Team

    UPDATE HISTORY

    [RH-20220824…

  • [MSCE C# C++]Read TypeAdapter applied ECPropertyValue

    This example demonstrates how to read TypeAdapter applied ECPropertyValue.
    SDK sample path :
    Managed:
    examples\DgnEC\ECValueWithTypeAdapter\ManagedExample

    Helper helper = new Helper();
    LineElement lineElement = helper.CreateLineElement(0, 0, 0, 100);
    if (null == lineElement)
        return;
    
    string schemaName = "DgnElementSchema";
    DgnECManager manager = DgnECManager.Manager;
    var option = new FindInstancesScopeOption(DgnECHostType…

  • [MSCE U17] Table Style

    Introduction

    With table style, user can create a table with a set of predefined styles. This is a GA feature in Update 17, user can activate it by selecting “TableStyle” when installing Microstation.

    Introduction video

    communities.bentley.com/.../TableStyle.mp4

    How to enable this feature?

    How to use this feature:

    1. Steps to create a Table style and use it

    a) Draw a table and modified some properties of this…

  • [MSCE U17 C#] Create a custom group for "Condition Editor Property Picker" for DisplayRules

    Introduction

    With Update 10.16, we introduced groups for selecting items in the Reports->Included Items tab->ItemTypes property.

    With Update 10.17, we have extended it for the Condition Editor property picker. When you click on the "Pick property.." drop-down of the "Condition Editor" dialog, a pop-up appears with groups of Items like "Item Types", "Dgn Elements", "File" etc., & the item list belongs to the selected…