Forum Post: Register Feature from SQL Server table with bit datatype column
I'm in the process of designing a SQL Server database where one of the tables contain a column with the datatype bit. When I try to register the features in the table, Geospatial Administrator doesn't...
View ArticleForum Post: RE: Map - Promoting Shapes Made in Microstation - Problem with...
Have you tried Drop tool ?
View ArticleForum Post: Automatic object association while digitizing?
Hello GIS experts, I have seen this several times from GIS presentations and workshops. Showing the connectivity of features instance while doing digitizing. Example plotting lines like pipelines and...
View ArticleForum Post: RE: Automatic object association while digitizing?
Bentley OpenUtilities Map has this kind of functionalities.
View ArticleForum Post: RE: Automatic object association while digitizing?
Is there any way, we can do this in Bentley Map ?
View ArticleForum Post: RE: Automatic object association while digitizing?
Hi juns, I think the answer is "Yes, but...". Bentley Map is GIS platform, so it offers general functionality, building blocks and wide configuration options, that all together can be used to virtually...
View ArticleForum Post: Bentley Map SS4 change feature name
Hello. I was wondering, is it possible to change the feature name of an element. I am working with features for property boundaries and that used to be called boundaries_Confirmed but I need to change...
View ArticleForum Post: RE: Bentley Map SS4 change feature name
Bjorn, Yes, features can be renamed programmatically using code that updates the .name and .alias properties on the feature instance then calls the .write method. Attached is a VBA example which...
View ArticleForum Post: DNG TO SHP
every time i try this i seem to struggle,, i have a dgn with some closed shape in it, i need to convert to SHP files i deploy "map" and get the Interoperability tool to fire up (which is not very...
View ArticleForum Post: RE: DNG TO SHP
Hello Karl, Unfortunately its a issue with the software.Defect 433563 is filed. We are sorry for the inconvenience caused to you. Thanks, Anupama
View ArticleWiki Page: Renaming feature name programmatically
User Issue : Changed the level name in Bentley Map and changed the feature name in Geospatial Administrator. However there is still a number of native feature instances where the feature name has not...
View ArticleForum Post: RE: DNG TO SHP
hello Karl, Kindly try to cleanup your .dgn file before exporting it to shapefile. As we can see few duplicate geometries in dgn file which might be causing problem. After cleanup data , you would be...
View Article