• VBA check if a feature is queried from database

    Hello all, I have a features queried from database and another I just placed. Can I check if feature is queried from database in VBA?
  • xfm Element with 2 different Annotations

    In the GSA I have defined a cell with 2 annotations. To place these 2 annotations, I have adapted the sub "PlacePolygonAndAnnotation" from the example/demo vba. As a result the 2 annotations are placed on the cell, so placed with the same origin. However…
  • How do I merge a file in Opencities Map Connect (No workset - no database connection) that contains XFM features?

    I have already saved the file in question with the option remove opencities map specific data. This used to resolve the problem in Bentley Map V8i (Select Series 4) when we needed to merge the file in MicroStation. I also get the following error message…
  • Interoperability OpenCitiesMap/OpenRail

    Hello everyone I exported an .shp file and a .tab file from OpenCitiesMap. At this point, I create a new .dgn file in OpenRail Designer and in the "Attach Reference" panel, I add one of the two files exported from OpenCitiesMap. The newly referenced…
  • Can I somehow suspend the Geometry properties after loading the gsa metadata and designfile

    Hi I know that I can in the configuration files choose to not have the Automatic Geometry properties, but can I somehow turn them off when the designfile is loaded Erik Wirring LE34 Denmark
  • How to force a specific format in a placement or editing form

    I would like to force the format of a value in the placement and editing dialog in Map. The restriction would be nnn-nn 3 digits a dash then 2 digits. Is this possible? The property type is character because the dash is part of the stored value. Thanks…
  • MDL function "XFMCompareCurrentScaleName" not found in Bentley Map APi help file

    Hi Looking for the XFMCompareCurrentScaleName in the BentleyMap Api help file but with no luck. The function apears in the Geospatial Administrator Help under Criterias. Is XFMCompareCurrentScaleName a hidden function ? If yes would there be something…
  • [BM CE U2] GSA exception for V8i project

    Hi, I assume it's similar issue discussed already for Update 1, but because found in the new version, I am creating new post. When I tried to publish V8i project from GSA CE U2, this exception is reported and nothing is exported. Based on testing…
  • Posting Error in history enabled layer - Bentley Map

    Hello Experts, I am getting error while posting a feature in Bentley Map using Oracle database. "Error Inserting Feature (Class : LayerName, id : 1234) InsertRow: ORA20012: need to be on latest version to insert ORA-06512: at WMSYS,WM_ERROR…
  • UpdatedDate not updating while editing shape | Bentley XFM

    Hello Experts, I am able to get the updated date and updated by fields in my table through xfm after placing new feature. ( Followed this link from Inga: communities.bentley.com/.../--updatedby-and-updateddate-properties) Also UpdatedDate field…
  • RE: Data Extraction or Change, Buffers, Overlays

    Steffen, Did you receive the e-mail message for Service Request 7000637946 that I sent you yesterday? We can work on this issue through the SR and get it worked out. https://connect.bentley.com/ Dan
  • RE: Selecting elements by elevation

    Greetings Turkay, This type of data manipulation is best done programmatically. If you could provide a sample design file and details on what elevations should be moved to which levels, I would gladly craft a sample VBA application which could be used…
  • RE: convert lot of txt elements to xfm

    Check https://communities.bentley.com/products/geospatial/desktop/w/geospatial_desktop__wiki/30431/--load-properties-from-text-strings-text2xfm-vba for the latest version of of text2XFM and a PDF readme file.
  • RE: convert lot of txt elements to xfm

    I reviewed the provided text2xfm v1.5 application and it appears the ability to process multiple text elements still exists. If a " Fence " is active when the " Process " button is pressed then all of the text or text node elements in the fence contents…
  • RE: convert lot of txt elements to xfm

    The original text2xfm VBA sample application could convert multiple text elements to XFM text features using a fence, selection set or the entire design file. If you could upload a copy of the text2xfm.mvba version you are using we can verify whether…
  • 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…
  • RE: Draw multi part polygon in Bentley Map.

    Kiran, If the Oracle Spatial multipolygon layer was registered as a "Polygon Collection" feature class then you should be able to perform the following: In the Bentley Geospatial Administrator right click on the polygon collection feature class…
  • RE: [BM SS4] User Data Linkages and Group Hole Elements

    Bruce, thank you for that confirmation. If you could send me one more sample design file that contains shapes, complex shapes and grouped holes connecting to at least 3 different MSLINK values then I will complete verification testing of my revised code…
  • RE: [BM SS4] User Data Linkages and Group Hole Elements

    Bruce, When I developed the example promote1.mvba I tested using both shape, complex shape and grouped hole elements. The fact that you indicated a property enumerator was not being returned for a DFS inferred feature instance leads me to suspect your…
  • RE: [BM SS4] User Data Linkages and Group Hole Elements

    Bruce, I've confirmed the reported behavior of the "Promote" process not retaining database linkages when processing grouped hole elements. Upon further investigation have determined that this is a known issue with an existing Bentley Map defect on…
  • RE: Extrude 2D building polygons to 3D

    Tim, Unfortunately it would be more than a simple recompile. The extrude1 application requires the use of Bentley Map which is not available for the MicroStation CONNECT Edition platform.
  • RE: Problem with polygons in Bentley Map/PowerMap

    Use the Save as... command to update the XFM data model. Review the Options to ensure that the setting is 07.xx to 09.xx.
  • RE: creat database in Bentley Map Enterprise v8i (SELECT series3)

    To add properties, open the XFM Schema with the Geospatial Administrator. Then Browse to your Feature, right-click on the Properties item, and select Add > and the type of property you wish to include. And this is how it looks in the GSA:
  • RE: Insert Vertex in Map SS3 different

    Hello Maik, That was a known issue. It has been fixed in Bentley Map V8i Ss4. Sorry for the inconvenient. Best Regards, Sebastien Lefrancois [Bentley]
  • RE: XFM Features in Microstation

    You can remove the XFM attributes from the elements by using the Export to MicroStation Elements command in the Map Manager. To do this, initialize Bentley Map, open the Map Manager, then right-click on the Layer that you need to change. Select the Export…