Browse By Tags

  • Feature Based Symbology

    I'm trying not to go down the path of customization too much with regards to symbology and feature properties... (Connect Edition) Is it possible to set the elements color based on a xmlfragments property? Example of my feature layout below, how would…
  • Re: WaterGEMS Feature Request / Bug Report...

    If an XML file contains one tag that is used multiple times but in different context each time, it becomes a bit difficult extract and use each value programatically. In C# for instance, we could loop through the rows assigning values to variables but…
  • Re: scan a XFM/XFT feature in DGN file based on attribute.

    XML Fragments Veeresh: All, Is it possible to scan a XFM/XFT feature in DGN file based on attribute and its value directly? XFM features are I believe attached to graphic elements as XML Fragments . There is a large MDL API, but not…
  • Re: Attributes in C#, I use this class to set/get xmlFragment

    Marco: I've attached text file. Using the MicroStationDGN InterOp to perform dodgy interpretation of data attribute arrays as XML fragments is like using a hammer to peel an orange. MDL already has an XML API: mdlXMLFragment_xxx…
  • Re: Problem with mdlLinkage_extractFromElement()

    Alternatives to Data Linkages wizard: How do you create a bytestream and save into linkage? As evidenced by Michael's sample, Data Linkages inherit much from the past. If you don't like to be involved in bit-twiddling, byte-alignment…
  • Re: XFM Data Structure

    Also take a look at this post: http://communities.bentley.com/Products/Geospatial/Desktop/f/5924/t/13242.aspx . You can read the dgn property data as Jon suggests but you will not know the feature and sub-feature relationships as defined in the…
  • Re: XFM Data Structure

    XML Fragments SRG: I have been working on BentleyMap V8i XFM for sometime now and amazed at nice and simple things it can do. However I would like to know if there is an open document from Bentley on the structure of XFM data stored inside a dgn…