• DGN project to Shapefile

    Hello everyone, I have a question how to properly export a simple railway project to shapefile? I tied OpenCities Map Ultimate, but when I try to export some data, it exports an empty SHP. I followed wiki, but to no avail. Other project requirement…
  • - Export to Shapefile "Error: Duplicate property name: .."

    During a SHP export of a feature an error appears "Error: Duplicate Property Name: <property name>", and no features are exported. The DBF file generated when exporting to Esri shapefile has a 10 character limit for property names. Therefore, if you have…
  • - Load properties from text strings (text2xfm VBA)

    This macro runs on V8i and CONNECT. ---- With thanks to Bentley collegue Kees van Prooijen for providing this macro. The attached zip file includes a VBA text2xfm.mvba with documentation that describes how to load business properties from…
  • DGN export to SHP without Bentley MAP

    Is there a way to export DGN to SHP file format without having it done in Bentley MAP. I understand from other forum that InRoads is able to export the DGN to SHP due to the inbuild MAP. However I noticed this have been taken out in OpenRoads CONNECTION…
  • RE: Export to SHP from Bentley Map

    Hi, the attached ZIP file includes a VBA text2xfm.mvba with documentation that loads a business property from a text string. Finally you will be able to export text string to a (point) SHP file, a XFM schema is not needed. Kind regards, Kees text2xfm…