This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MicroStation CONNECT Edition SDK Update 11

December 11, 2018

The MicroStation SDK team is pleased to announce the release of the MicroStation CONNECT Edition SDK Update 11 (U11).

This update provides several enhancements in the following areas:

  • Latest Changes - Take a few moments to review the following:

    Help Topics (..\MicroStationCONNECTSDK\Documentation\ReadMe\Index.html)


    • Installation > Installation Requirements
    • What's New > "Whats new in the SDK"
      • [ChooseSDKUpdateVersion]
      • MicroStation CONNECT Update [ChooseSDKUpdateVersion] Deprecated functions

  • Documentation

    • Incremental API related updates
    • SDK Readme now located under: Documentation\Readme
    • Documentation\Migration folder contains migration workshop contents. See: Readme.txt

  • MicroStation Developer Shell

    • N/A

  • APIs

    • New APIs added. See help topic: “Whats new in the SDK” for more details.
    • MicroStation VBA (COM) API provides support for:
      • Itemtypelibraries, ItemTypeLibrary,
      • ItemType, ItemtypeProperty, ItemTypePropertyHandler, and Items
    • Managed
      • Bentley.DgnPlatformNET.PickList, Bentley.DgnPlatformNET.PickListLibrary

  • Libraries

    • 3dModeling.lib
    • Constraint3dCore.lib
    • Constraint3dElement.lib

  • Includes

    • 3dModeling\3dModelingApi.h
    • 3dModeling\3dModelingDefines.h
    • 3dModeling\MeshAPI.h
    • BeHttp\AuthenticationHandler.h
    • BeHttp\BeUri.h
    • BeHttp\CompressionOptions.h
    • BeHttp\Credentials.h
    • BeHttp\HttpProxy.h
    • BeHttp\ProxyHttpHandler.h
    • Bentley\Tasks\ThreadlessTaskScheduler.h
    • Mstn\Ustn\interface\IDrawCompBuilder.h

  • Examples

    • View\DisplayRule
      • FILES:
        • DisplayRuleutils.h
        • DisplayRuleutils.cpp
        • displayruleincludes.h

    • Elements\exampleSolids
      • FILE: exampleParametricFeatureTree.cpp
      • KEY-IN: PARAMETRICFEATURETREE

    • DrawingComposition
      • FILE: DrawingComposition.cpp
      • KEY-IN: DRAWINGCOMPOSITION FROMCLIP

    • DimensionsExample
      • FILES:
        • DimensionsExample.cpp
        • DimensionsExampleCreateTool.cpp
        • DimensionsExampleDeleteTool.cpp
        • DimensionsExampleModifyTool.cpp
        • ElementsCreateTool.cpp
      • KEY-INS:
        • CREATE DIMENSIONS LINEAR
        • CREATE DIMENSIONS TWOPOINTS
        • CREATE ELEMENT LINE
        • DELETE ALLDIMENSIONS
        • DELETE SINGLEDIMENSION
        • MODIFY DIMTEXT
        • READ DIMVALUE

    • DgnEC\DgnECManagedCrudExample
      • FILES:
        • DgnECManagedCrudExample.cs
        • DgnECManagedCrudExampleClass.cs
      • KEY-INS:
        • DgnECManagedCrudExample IMPORT
        • DgnECManagedCrudExample CreateInstancesAndRelations
        • DgnECManagedCrudExample ReadInstancesAndRelations
        • DgnECManagedCrudExample UpdateInstancesAndRelations
        • DgnECManagedCrudExample DeleteInstancesAndRelations

Related Downloads

 

Known Issues, Bug Fixes, Breaking Changes

 

  • This release of MicroStation CONNECT Edition SDK installer version is: 10.11.00.42, though the SDK build version is: 10.11.00.39.

 

Requirements

 

  • MicroStation CONNECT Edition SDK native (C/C++) and managed code (.NET add ins) development requires:
  • After installing the MicroStation CONNECT Edition SDK it is recommended to change your Desktop and/or Start Charm/Menu shortcut properties to enable: "Run as Administrator". This will ensure any file and folder creation to Windows protected locations can be created and edited properly.

 

Release Notes

 

  • MicroStation CONNECT Edition SDK releases generally are available within 2 weeks of a respective closely paired MicroStation product release
  • To ensure maximum application compatibility and stability of your applications:
  • Make sure to use the latest MicroStation CONNECT Edition SDK and a (closely) matching MicroStation product version
  • It is highly recommended to recompiling existing applications for each new MicroStation product and SDK update release
  • If Breaking Changes are provided, MDL applications will require recompilation

 

Related Resources