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…
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…
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…
Erik,
Using the provided schema and design file, I'm not seeing the described behavior but rather the following:
Are you certain the workspace has been (re)exported and Bentley Map session restarted after any schema and/or symbology changes?
I have got a problem that at least did not exist in BentleyMap SS2. I have veryfied that it exist in Bentley Map SS3 built 95 and sadly enough also in the new service release with built no 107.
In short:
I have a small Mvba app that defines a new…
Tom,
I was able to replicate the described behavior for business property values containing bracket [] characters. I was unable to duplicate the behavior for parenthesis () issue. I discussed this issue internally and it appears a past fix to handle…
Hi wise forum folks,
I'm building a workflow to import a large shapefile as a point-text XFM feature. Because the schema won't allow us to specify text height and width at the specified drawing scale (this varies depending on which .dgn we're working…
...in any Bentley Map installation look for the " Bentley Map V8 i (SELECTseries 1) VBA Programmers Reference Guide " program shortcut to open the xft.chm help file. Expand the table of contents as follows...
...or simply use the "Search" capabilities…
...you should be able to use the CreateFeatureByUuid method of the FeatureMgr to create an instance using a known UUID as in the following from the help.
Private Sub MySub(rootUuidString As String)
Dim oFeature As Feature
Set oFeature = xft…
Register now for a free 2 hour Bentley Map V8i training course
Interacting with Bentley Map V8i - ALL NEW Data Browser The Data Browser and the search tool can be used to browse or search for feature instances in a Bentley Map session and…
Jens,
I refactored the sample VBA application a bit to account for polygon collections, including instances consisting of disjointed areas. I did nothing to account for holes at this time. For details, please refer to comments in the findCentroid and…
Really I want to either warn the user that the designfile needs to be converted or even better do the conversion more or less automatic
Any good ideas :-)
Erik Wirring
After looking at the provided budynki_shape2.dgn file, it is at first not apparent which elements contain your user attribute data. Using pure MicroStation scanning and elements (e.g. no XFT constructs) it seemed that .GetUserAttributeData(lIDGL) always…
Krister,
I've posted a complete example here which includes a sample COM server written in C# which demonstrates one approach to calling the Bentley Map Interoperability managed API methods from VBA. The following sample VBA form should give you some…
I see that PBA (Origin Z) is supported in Bentley Map but not available in the Geospatial Adminstrator user interface (existing CR 296636 for this issue).
As a workaround, you can manually edit your schema file to add this PBA type(backup the file first…
Charlie,
I would recommend that you review the PlaceAnnotation2 method in the Library module of the xfmStdOpsLib.mvba (e.g. the XFM Standard Operations Library) delivered with Bentley Map in the ...\Bentley\Map\vba folder. The code in that method will…
Gerald,
It good to hear that your feature creation, promote and copy processes are generating the UUIDs as expected. Once you file a Service Ticket for the failed post process, I'm sure our support analysts will be able to assist and determining the…
Stefan,
As mentioned, the Bentley Map V8 i (SELECTseries 2) 08.11.07 release provides the new Interoperability API services, documented in the ...\Bentley \Documentation\GeoDataInterchangeAPI.chm help file. The " gdi connect " keyin is also new to…
Update. I've crafted a small Bentley Map MDL application which can be used to automatically detect XFM V1 feature instances during file open events, and then perform an optional design file conversion (into a new design file) to the Bentley Map V8 i …