• Query Features

    What is the method to Query Features from VB.NET in Bentley Map V8i
  • LocateOp ScanAtPoint -how to set tolerance to be 2D only

    Hi Are there any possibility to make the LocateOp ScanAtPoint to only look at the distance in the XY plane instead of 3D I am working in VBA with the XFT object. My problem is that we work in 3D and sometimes I need to find a nearby feature that…
  • Re: Using VBA to query features

    Stefan, In the Bentley Map V8 i (SELECTseries 1) 08.11.07.113 release you can make use of the XPath property on a XFT locateOp object as shown in the following... ...which will then send the results of the locate operation to your implementation…
  • SetProperty methode on Feature object will not update property to empty or blank String

    Hi I have a funny problem. When I try in a VBA program to update a Property to a blank or empty line PowerMap keeps the old value. If I use any other string the property is set to the new value. All my Properties are strings. There is no XFM schema…
  • Re: How do you Update/Edit Multiple Properties in Map?

    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…
  • VBA is behaving strange after installing Map SS3 Beta 2

    Hi After Installing (and running) Bentley Map SS3 Beta 2 something funny has happen to VBA both in SS3 and in SS2 version of Bentley Map. VBA ha stopped accepting classes from the XFT object as ByRef parameters when calling function between two mvba…
  • Re: Gdi import from oracle spatial ommits compound polygons geometry (gtype=1003,elem_info=1005)

    ...select the Bentley.Geospatial.Extensions.Oracle.tlb type library when setting your reference.
  • Re: browse xfm data

    ...as you may have seen, the http://communities.bentley.com/products/geospatial/desktop/f/5924/p/54626/140030.aspx#140030 thread contains some example VB.NET code that reads the business properties from XFM feature instances using XFT, the XFM Feature…
  • Re: Centroid und Feature Collection

    Jens, Is the centroid point from which you want to copy the business properties a different feature class? Do the centroid and polygon feature classes share the same exact set of business properties or do you expect you will have to map property names…
  • Re: Combination of properties in Edit dialog (Geospatial Administrator)

    You're welcome Myzzard. I will file a TR to update the documentation for this initial value type and other types in the list that are not documented. In the meantime, look in the "Bentley Map Customization Guide" at index item "ValueType…