Browse By Tags

  • How to dynamically call the DAT/EM Button manager system Mouse configuration in MicroStation VBA?

    In the summit evolution software, draw only 2d point hight (z value) in the MicroStation v8 but using the summit evolution software the below options are set manually in the software. and then I will pick any point on the map it should move to 3d point…
  • Announcing Bentley Map CONNECT Edition SDK x64

    The Bentley Map team is pleased to announce the immediate availability of the Bentley Map CONNECT Edition SDK x64 10.01.00.26 release on the Bentley Software Downloads site . The Bentley Map CONNECT Edition SDK provides Bentley Map application developers…
  • starting a new bentley map session

    I have a problem creating a new microstation object from my current session ( that i should use to perform some file operations without closing current dgn ) the problem is that i need a bentley map session ( that is, to load a specific configuration…
  • [V8i MDL/C++] Open only write protected files as read only without prompt

    Hello, I have to open a write protected file as read only at Bentley Map SS4 startup without any prompt. I specify the file name and use the -R switch in command line to do this, and it works fine. However, any further open file operation (ISessionMgrR…
  • [V8i C#] How to get the DisplayName of a property from PropertyDef

    I'm writing an add-in in C# using the XFT API where I need to show the DisplayName of a property (of a feature) but in PropertyDef there's no such property than can get me the DisplayName. So how can I get the DisplayName of a property from PropertyDef…
  • Have problems with a MDL that can't load its DLL

    I have encountered problem with an old Mdl / dll that have being running for years. We the MDL is loaded it fails and give this error messages in the Message Center MDL Loader: Could not load application X34FEATDEF MDL Loader: Unable to load library…
  • Posting arc elements to Oracle spatial

    Hi! I have problems posting arc elements to oracle spatial database with Bentley Map. All my arcs become lines to db. Is it possible to have both lines and arcs in same geometry column in db? I have sub-feature, which geometry type is linestring/curve…
  • Re: Creating new polygon element (type 106)

    Erik, The polygon collection class definition that you generate at runtime must have both a root and subfeature. In MDL C code the pattern might appear as follows: // Create polygon collection feature definition xfmFeatureDef_setMinOccurrences …
  • Re: Feature iterator within another - is it possible?

    Mariusz, You are correct. At this time locate operations cannot be nested and are expected to be performed sequentially when using the xfmCmdMgr_startLocateOperation function. Depending on your specific application requirements, there may be alternative…
  • Topological analysis

    Does anyone have a mvba or mdl program to find the intersection of two lines and place a point or cell at the location? The geoscript function that does this is broken and the current version of Map does not do line/line analysis. Thanks Tha…