Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
Bentley Map
VBA
API
autorun
Bentley Map API
Bentley PowerMap Field
BentleyMap
c#
COM
Database
GCS
geographic coordinate system
Interoperability
KEY-IN
LAT/LON
Macro
MicroStation V8i
mvba
Network
OpenCities Map
Oracle Spatial
Programming
Programming VBA
Promote
SQL Server
XFM
XFT
Re: Find feature by uuid
Jeff Bielefeld
...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…
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Find feature by uuid
Jeff Bielefeld
...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…
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Custom application in PowerMap Field V8i
Jeff Bielefeld
...yes, Erik that is correct. Regards, Jeff Bielefeld [Bentley]
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Need a way to identify centroid within a shape
Jeff Bielefeld
Erik, No worries and your memory is absolutely correct as that was in fact one of the VBA example applications I provided during the Bentley Map development workshop at the 2010 Be Together user conference. Hopefully the example will at least provide…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: Not able to list the featuredefinitions.
Jeff Bielefeld
Erik, It seems that the first method used exposes a defect which is encountered when the FeatureMgr.GetFeatureDefinitionByIndex method is called with an index that references a feature class that is not included in the schema, which of course you are…
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)
Jeff Bielefeld
...you could try to set the _USTN_USERNAME environment variable to the name of the user workspace (e.g. SET _USTN_USERNAME=geo_example_designer) in the shell before starting your session.
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Custom application in PowerMap Field V8i
Jeff Bielefeld
Your VBA based applications which leverage the XFT object model should work directly in Bentley PowerMap Field w/o modification in most cases. However you should be aware that while Bentley PowerMap Field provides redlining/markup capabilities it does…
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Need a way to identify centroid within a shape
Jeff Bielefeld
Greetings Erik, The " Copy Centroid Business Properties To Polygon Feature Instances " example provides a minimum user interface... ...which allows the Bentley Map user to select a centroid (or point) feature class and polygon feature class then…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Topological analysis
ThadSoles
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…
over 12 years ago
OpenCities Map
OpenCities Map Forum
Creating LAT/LON Coordinate Value Labels with Bentley Map
Jeff Bielefeld
Users of Bentley Map often ask how they can generate text labels for their features containing LAT/LON coordinate values based upon the currently active geographic coordinate system. Users sometimes want to place the labels interactively (such as the…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: gdi explorer and vba
Jeff Bielefeld
Stefan, The Interoperability functionality of Bentley Map is not currently available in VBA directly. However the Interoperability application (e.g. gdi) provides keyins which could be used in VBA to perform basic queries of feature instances from…
over 12 years ago
OpenCities Map
OpenCities Map Forum
Re: How do you Update/Edit Multiple Properties in Map?
Jeff Bielefeld
Alan, The ability to edit multiple XFM feature instances unfortunately is not included in Bentley Map at this time. We have received a number of customer requests for this functionality and are working to provide that capability later this year…
XFM_Update.zip
over 14 years ago
OpenCities Map
OpenCities Map Forum
Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)
Jeff Bielefeld
...select the Bentley.Geospatial.Extensions.Oracle.tlb type library when setting your reference.
over 13 years ago
OpenCities Map
OpenCities Map Forum
<