Kiran,
If the Oracle Spatial multipolygon layer was registered as a "Polygon Collection" feature class then you should be able to perform the following:
In the Bentley Geospatial Administrator right click on the polygon collection feature class…
Gerald,
First thank you clarifying what was actually occurring. I wanted to ensure that you were aware of the purpose of "Propagation Rules" so that you could apply them as desired in your workflows.
Next, the copied feature instance should be seen…
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…
...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.
Stefan,
As mentioned, the Bentley Map V8 i (SELECTseries 2) 08.11.07 release provides the new Interoperability API services, documented in the ...\Bentley \Documentation\GeoDataInterchangeAPI.chm help file. The " gdi connect " keyin is also new to…
Gerald,
In Bentley Map today, there does not exist any user level type command that strips intelligence and linkages from an XFM native feature instance. There are however some ways to achieve this result using the Bentley Map API using C or C++ native…
Jiri,
For the following compound geometry...
SHAPE(SDO_GTYPE, SDO_SRID, SDO_POINT(X, Y, Z), SDO_ELEM_INFO, SDO_ORDINATES) --------------------------------------------------------------------------------------------------------------------------…
Hi everyone,
i was trying to export my XFM-Data from a DGN to a Shape file via the Interoperability tool in Microstation v8i 08.11.07.443 (with Bentley Map extension). That worked so far as a Shape with a dbf file was created, but the names of my XFM…
Greetings Veeresh,
Have you any custom code involved or are you only using standard Interoperability functionality? Could you provide the exception.log that was generated?
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…
I registered few 3d features in GSA (Powermap v8i v08.11.07.97) from existing Oracle 10g database. To connect to database I'm using oracle client 11.1. When I'm executing query database from view Powermap is creating sql similar to:
SELECT GGAZ.PEGAZ_ODCINEK_GAZ_LN…
...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…
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…
Rysiek,
I suggest using xfmFeature_create to build a new subfeature and copy geometry and properties(perhaps filtering/changing uniqueId properties) from the old sub-feature. Ensure that the geometry does not have the original elementRef by calling…
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…