Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
interoperability
XFT
.NET dotNET C# CSharp
API
Bentley Map
c#
C++
COM
Customization
Geospatial
Oracle Spatial
Programming
SQL Server
VBA
XFM
XFT MAP MoveOp Feature
RE: [BM SS4] What happens to User Data Linkages?
Jeff Bielefeld
Bruce, Please zip up and send me via private message... Your modified MVBA file. A sample design file containing the original MicroStation shape elements. A current copy of your Bentley Geospatial Administrator schema file. ...and I will…
over 7 years ago
OpenCities Map
OpenCities Map Forum
Learning about XFT Move Operation in Map
Renato Cartesio
HI all! I need to know how use the move operation in Bentley Map. Actually, in C# i write this code: Bentley.Interop.Xft.MoveOp op = new Bentley.Interop.Xft.MoveOp(); Bentley.Interop.Xft.CmdMgrClass mgr = new Bentley.Interop.Xft.CmdMgrClass…
over 8 years ago
Geospatial Programming
Geospatial Programming 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
Re: gdi explorer and vba
Jeff Bielefeld
Stefan, You will most likely have to use regasm.exe to manually register the generated type library, something that is done automatically when Visual Studio compiles the assembly if the projects "Build > Output > Register for COM interop" option is…
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: gdi explorer and vba
Jeff Bielefeld
...okay very good Stefan, thank you for that confirmation.
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
Jiri, For the following compound geometry... SHAPE(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES) --------------------------------------------------------------------------------------------------------------------------…
xfm_oracle1.zip
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Dynamic where clause in Interoperability?
Jeff Bielefeld
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…
over 11 years ago
OpenCities Map
OpenCities Map Forum
Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)
Jeff Bielefeld
...not familiar with that particular error, but at this time I would recommend the use of Visual Studio 2005 Edition when developing applications for the Bentley Map V8 i (SELECTseries 1) platform. Also when adding/replacing references to accomodate your…
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)
Jeff Bielefeld
Jiri, For you adhoc connection (e.g. without a schema) code, you will need to add the following highlighted lines to the connectAdhoc method: public void connectAdhoc(string userName, string password, string serviceName) { GDI.GDIExplorerOracleImportsNode…
over 13 years ago
OpenCities Map
OpenCities Map Forum
Re: Using VBA to query features
Jeff Bielefeld
Stefan, In the "xfmOracleExtensions" sample available in the online " Bentley Map - Development and Product Customization Guide ", take a look at the editInstance() method for an example of using XftCmdMgr.ActivateMethod() to open the "Edit" dialog…
over 12 years ago
OpenCities Map
OpenCities Map Forum