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…
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…
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…
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…
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…
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?
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…
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…