• [CONNECT C++ U16.2] Item Type iteration fails

    Hello all, I want to iterate over all Itemtypes in a all Libraries but I get an Memory Exception in the second iteration in following Code: try { ItemTypeLibraryPtr itemTypeLibrary = ItemTypeLibrary::FindByName(libName.c_str(), *ISessionMgr…
  • [CONNECT C# .NET] How to associate an ItemType to a parametric model and then create a variation associated with the ItemType?

    Hello, I am using OpenBuildings CONNECT Update 5, I think the version is 10.00.14.18 . 10.05.00.49 (Corrected). I am using the MicroStation Update 12 SDK. I am trying to create a variation (parameter set) in a model but I want to associate the variables…
  • [CONNECT C++] Create custom IECInstance formatter for ItemType property

    I have existing code that creates an IECInstance formatter for the area property of my Item Type. bool CreateAreaFormatter (IECInstancePtr& formatInstance, int nUnits, int accuracy, Annotator::AreaDecoratorOptions decorator) { ECN::ECSchemaPtr…
  • [CONNECT C#] How to associate a Picklist with an ItemType Property?

    I can see classes ItemType and Picklist in MstnPlatformNET help. What I can't see is the way to associate a Picklist with an ItemType property. That is, how do I write code that informs MyItemType.MyProperty that its values should be restricted to those…