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…
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…
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…
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.
Using OpenCities Map to import spatial data from Oracle (read-only), SQL Server (read-only), WFS (read-only), and Esri File Geodatabase (read-only) creates a self-contained DGN file with XFM features.
This allows you to work in a disconnected environment…
This macro is for V8i only.
---
The attached macro provides an alternate method of searching and locating XFM features. This simple yet customizable search option may be a good alternative to using the generic and complex capabilities offered…
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:
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…
Greetings Nikolay,
Not sure if you've resolved this or not but I offer the following comments for others which may experience the same.
Hovering over the red "!" icon in the Data Browser can often reveal additional information on why the feature…
It's important to define your text size properly in the GIS schema to get the desired results on the map. In this article, we'll take a look a the parameters, values and settings to get it right the first time.
Apply Drawing Scale , when enabled,…
Uwe,
As you may know, the Bentley Map scripting engine capabilities were originally developed for MicroStation GeoGraphics some ~17 years ago, before VBA was available in the MicroStation platform. Users that have invested time and effort to learn the…
Uwe,
You are correct in that Bentley Map no longer uses a FEATURE table. The Bentley Geospatial Administrator is used to define feature classes and associated business properties, along with other aspects of an XFM project.
The scripting engine of…
We are currently migrating from PowerMap v8i to Map PowerView and Map Standalone SS4. Since we use PowerMap for many years we have many dgn-s to convert to new version of XFM. First problem is that when we save some of our dgn-s in new format (from 08…
Hi all,
After some fieldwork with a Trimble GPS device, i postprocessed everything in Trimble Pathfinder Office software and exported the dataset to a dgn-file. Upon opening this file in Bentley Map Enterprise, i notice that all datapoints are "points…
The Bentley Map SDK supports application development in following languages.
Please see the " Bentley Geospatial Desktop Platform Extranet " article for instructions on requesting access to a site that contains more information for those interested…
The following describes how to export thematic map symbology to MicroStation. This is required at times to create MicroStation elements without XFM Attributes for use in MicroStation and other software that does not support XFM Attributes. The attributes…
Unknown said:
Does that mean that the xml file which forms in GSA (include categories), can be opened with Bentley Map Mobile Publisher? I try it, but I get” error in XML document (2,2)”!
No. You cannot open a Bentley Geospatial Administrator schema…
The Bentley Map Mobile Publisher process will automatically create "View Filter" groups using the "Category" information for all feature classes defined in the Bentley Geospatial Administrator application. If you are not currently defining a project schema…
hi all,
i need to check xml attribute if is is empty or not.
when i use:
<Style useCriteria="strlen("[my_feature:my_list]") > 0">myType</Style>
the strange behaviour appears:
in case my list is empty. strlen == 0 (thats ok), if…
This tool is for V8i only.
Planarize Polygon Tool
The planarize polygon tool allows Bentley Map users to planarize a polygon collection feature to make it coplanar so the user can have an area and perimeter to work with.
This tool is offered as…
The text annotation subfeature tool allows you to display a text annotation on a line feature having any property information to display. This tool is offered as an example of what can be done with the Bentley Map API and comes without any guarantee or…
This macro runs on V8i only.
To place latitude/longitude labels use label_latlon2.mvba Bentley Map example VBA application. This example Bentley Map application has been developed using VBA so that it can be easily modified by anyone requiring similar…