Hi,
I have a problem / question. After installing the product, the Tasks are displayed by default as follows:
The menu shows functions related to handling, measurement, enclosure, etc.
Sometimes the function menu changes to offer view controls…
Hello,
I've been tasked with converting a SDSFIE ESRI GDB to microstation. Being GIS person, I am stumped.
I've been working with the Bentley Map Symbology Integrator and Bentley Geospatial Administrator to get the data into Bentley map, but I can…
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…
Hello.
I have a number of cells in a database connected dgn-file that need updating since there seems to be 2-3 cells in the cell itself:
I "fixed" the cell in the cell library by using the Drop cell function and now it looks like this for cells…
Hello.
I added a watcher list to a certain property (LandStatus) and now I'm unable to edit data in the DataBrowser for that single property. In the "Edit XFM Feature" dialog it works fine though but I would like to be able to edit data in the DataBrowser…
Hi Everyone,
I try to set property on feature like this
oFeature.SetProperty("PROPERTYNAME", Value); oFeature.ApplyAttributeChanges(); oFeature.Write(true);
everything is good but when i open Data Browser in Bentley the result is:
Unable to…
Hello all,
I try to use DFS in a really simple structured project with only a few features. Here's an example: a linear element (line, line string) on Level 2 which is blue (color 3) should be designated as "my.feature". I tried the following syntax…
Hello,
We are using Bentley map to spatially inventory the street light network in my municipality. Several interns placed the features and added the corresponding data over the course of the summer and we just recently combined their dgns into one…
So I finally got my head around how to create a local coordinate system !!!
However for some reason it doesn't always work after messing around with the affine paramaters then re-applying the coordinate system to the file sometimes it works and everything…
hello evryone,
i was digitizing lot shapes on a raster image in an XFM project and wen i digitize a lot shape and press reset so as to show d edit dialog.........the lot shape doesnt appear and an error msg appears sayin "Operation must use an Opdateable…
COMPARE function allows passing a delimeter string in the last parameter to compare a value against a delimited list of possible values.
For example...
From "Performance Notes" paragraph in the XFM Overview section of the Bentley Map Customization…
I want to create a feature of which the geometry type is “Point-cell”.
The size of cell (scale) will be determine by a numeric value(field) in the data table.
In the Symbology dialog box the size can be controlled by entering a numeric value for…
For your example # 2: COMPARE("[attributea]","True","") && ([attributeb]>0)
Ensure that attributeb has a value or the expression evaluation will fail. You could accomplish this by specifying a default value in the expression:
([attributeb|0]>0)
…
Wise forum folks,
One more question for you. XFM Schema appears to have difficulty with interpreting "complex" criteria (e.g., criteria that reference more than one attribute), such as:
([attribute1]>0) && ([attribute2]<100)
Or even better: …
Guys.
We made some conversion of GIS data in PowerGeopak SS2, we mapped all the corresponding levels to our standards levels and attaching all of the basemap and save the design file. When we open the file we end up not getting the right symbology…
I am working with map files in V8 XM and will be switching to Map V8i later this year. All of our current map .dgn files are set with a certain paper map scale (ie. 500,000). In my current configuration when I open the coordinate system dialog box I can…
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…
Hello,
Im working with street light infrastructure.
Recently ive got the Bentley Power Map v8i tool to work with.
I see thaat there is a posibility to add a db to it.
But here is the catch, for the moment I was working with raster map images…
I get the same thing when I use MicroStation V8i.
Please have a look at a post I made in the MicroStation V8i forum;
http://communities.bentley.com/Products/MicroStation/MicroStation_V8i/f/19565/t/15921.aspx
I can't remove the levels…
We are capturing data and want to link additional data a single spatial element i.e. a single carpark feature element with the carpark surface materials properities and, in addition, the subbase material properties linking to the same carpark element…
Can we add this functionality into MicroStation V8i and BentleyMap V8i. It was there in MicroStation GeoGraphics and also BentleyMap XM. Where has it gone? I understand that assigning Geographic Coordinate Systems has been moved to MicroStation V8i and…
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…