• [ORD CE c++]How to get data from DTM?

    I am trying to get data from a terrain model. now i have got DTM object: auto ts = TerrainSurface::CreateFromElementHandle(eeh); if (!ts.IsValid()) { mdlDialog_dmsgsPrint(L"not a terrain surface"); return; } DTMPtr dtm = ts->GetDTM(); if (!dtm.IsValid…
  • [CONNECT C#/C++/VBA] OpenRoads - Model Flags/Properties - Annotation Cell

    Versions: OpenRoads Designer and SDK Update 4: 10.04.00.48. And MicroStation Update 10 (10.10.00.32 and SDK 10.10.00.23). I am trying to create a model (a cell) that can be placed as annotation cell. The model gets created as expected, but fails to…
  • LNK2001 error

    You can ignore/delete this. I figured out the problem
  • Inroads DLL for Native C++ app

    Hello and thank you for your help, I am writing MicroStation apps in Native C++. I want to use call Inroads functions for my app. Is there an Inroads DLL for such a purpose? I saw in the Inroads SDK that there used to be a DLM for MDL, so I assume there…
  • PowerInRoads API C++ SS2, "SCadIRD.h": number of points at specific station.

    Hi forum! we try to use functions in ScadIRD.h. We cannot get the number of points at specific station wchar_t* name = NULL; // <= Active corridor name ALGalign** pAlg = NULL; // <= Active corridor alignment double* dStartStation = 0; // <= Active corridor…
  • Loosing header file - Debug vs Release, InRoads SS2 c++

    We try to modify sample_app for PowerInRoads SS2, c++ apps. By changing configuration, we have this behavior: header file SCadFTR.h seems to be lost ? We can build "sample_app", but, just in debug mode. Any clues on what append ? Just InRoads…