Bentley Map Help states:
The Value Col Name is the column from the query that will actually be stored in the property.
The Edit Column name is the column from the query that will be displayed in the combo box .
That means the:
Value Col Name…
Hi Nikolay,
I think there is no such method available in XFT API. And frankly, there is no reason, because it's not specific to Bentley Map and XFM, but ticks are used generally to store date and time.
I recommend to search general VBA forums, I found…
You load .dgn, .dwg, .dxf CAD data, or .shp, etc. into your Bentley Map environment and noticed a new Session folder into your Command Manager dialog. This is the result of Dynamic Feature Scoring (DFS).
By default Bentley Map applies Dynamic Feature…
Jan is correct. No VBA wrappers are provided for the Bentley Map C API functions. The most commonly used Bentley Map functionality, including the XFM data modeling engine is provided in the XFT (XFM Feature Toolkit) COM object. Use of other Bentley Map…
You can also refer to the OpenCities Map Help documentation : Working with spatial database > Database Considerations > Using Oracle Spatial Versions
A conflict occurs only at the time of a Merge. It must be resolved before the merge. A conflict can…
Unknown said: Bentley Map editions exist as Bentley Map PowerView, Bentley Map (For MicroStation and Standalone), Bentley Map Enterprise
Thanks for the hint! I found this Bentley Systems page that describes those editions, plus Bentley Map Mobile .
Hi Oto,
Please see attached example. I have not tried it in in the latest Map Enterprise version but I would expect it to be similar.
Let me know if it helps as I may need to try this workflow in the latest version.
Regards Carlos
DOCX
As an alternative method, you may also export an Annotation Feature Class (layer) from ArcMap.
e.g. as within ESRI ArcMap 10.2
a) [ArcMap > Table of Contents] > [Layer Context Menu]
- Access the contextual (context) menu of a given layer.
-…
Hi Barry,
Unknown said: The only problem is the addresses and street names do not show up.
It's exactly how it should be and how GIS world works: You don't import texts, but GIS topology elements (point, line and polygon) with database information…
create copy of your "source" table at Access (inside MDB)
add new columns… fill the content… (database operations)
register that "new" table at BM - Settings, Database, Setup, Table - Add to MSCatalog
(new table will have new entity number)
…
You could probably test to update the spatial metadata and assign NULL to the SRID, I expect you to be able to post then as the error clearly suggests the issue is in the SRID. This SRID does not seem suitable for 3D data, your spatial index was also…