• Re: Get element's feature properties

    The XFM (XML-Based Feature Modeling) capabilities available in both Bentley Map and Bentley PowerMap products, provide support for persistence of properties (e.g. attributes) as XML fragment elements (as Jon correctly states) as well as RDBMS properties…
  • Feature iterator within another - is it possible?

    Hi, everybody, I want to use two feature iterators (XfmFeatureIteratorP) at the same time. I'd like to know if it is possible to use one iterator within another? In my example program ends at the line: xfmFeatureIterator_getNext(iterator,…
  • Getting more property definition information

    Hi, I'd like to know how can I get more information about feature property defined in XML schema. There are methods like xfmPropertyDef_getMaxSize(), xfmPropertyDef_getName() etc. But I want to get information about domainListSpec…
  • Get element's feature properties

    Hello everybody! I'm trying to get to know XFM mechanism. I have created the geospatial project in Bentley Geospatial Administrator and made the feature definition with two properties. Now I'm working in PowerMap. I have created new element using…