Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
interoperability
Programming
.NET dotNET C# CSharp
API
Bentley Map
Bentley Map V8i SS4
c#
C++
Customization
development
Geospatial
Oracle Spatial
VBA
XFM
XFT
XFT MAP MoveOp Feature
Bentley Map v8i SS4 C# plugin: Erasing instances ECCriteria problem
Artur Krynicki
Hi, I'm trying to use GDIEraseProcessor to erase instances, but I have no idea how I can get/create ECCriteria that is first parameter of Erase instances method. As I understand it will provide the selection criteria of features to be erased. So…
over 3 years ago
Geospatial Programming
Geospatial Programming Forum
RE: How to query feature with specific where clause?
Jeff Bielefeld
Robert, Your VBA program is sending GDI keyins which unfortunately do not provide the ability to specify the WHERE clause. There are however ways to use the GeoDataInterchange .NET API wrapped up as a COM server, exposing to VBA ways to specify WHERE…
over 6 years ago
Geospatial Programming
Geospatial Programming 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: GDIExplorerAddIn.instance.oraclenode
Jeff Bielefeld
Greetings, For the Bentley Map V8i (SELECTseries 3) 08.11.09 release, you will need to refactor some of your code. For example, your connection to the registered Oracle Spatial graphical source can now be done as follows: // This code opens the…
over 11 years ago
Geospatial Programming
Geospatial Programming Forum
Re: GDIExplorerAddIn.instance.oraclenode
Jeff Bielefeld
As mentioned the TreeForm reference should no longer be necessary. Your OpenFirstOracleGraphicalSouroce method should work as follows: public static bool OpenFirstOracleGraphicalSource(string user, string password) { bool opened = false; if (GeoDataInterchangeAddIn…
over 11 years ago
Geospatial Programming
Geospatial Programming Forum
Re: v8i [select series 2] C# ADDIN : GeoDataInterchangeAddIn.Instance.MasterFileImport Failed with unkown Error
Jeff Bielefeld
Greetings Bharat, Are you attempting to use an ad-hoc or registered graphical source connection? Could you send me via mail your solution sources so that I can take a closer look?
over 10 years ago
Geospatial Programming
Geospatial Programming Forum
v8i [select series 2] C# ADDIN : GeoDataInterchangeAddIn.Instance.MasterFileImport Failed with unkown Error
bjasti
All, I am new to Geo Spatial Programming and C# ADDIN development. I have followed the Oracle Extensions ADDIN example posted by Jeff Bielefeld in the forum http://communities.bentley.com/products/geospatial/desktop/f/5924/p/61260/148540.aspx#148540…
over 10 years ago
Geospatial Programming
Geospatial Programming Forum
Re: Is there anyway to export dgn text elements to TAB text
Jeff Bielefeld
Tom, I believe a change request that could potentially expose text string values as business properties for inferred features would be worthwhile. This would allow you to simply open a MicroStation design file in Bentley Map and use the Interoperability…
text2xfm2.zip
over 11 years ago
OpenCities Map
OpenCities Map Forum