• FeatureMgr in VB.NET

    I connect the application using the following code. Dim m_App As MicroStationDGN.ApplicationObjectConnector = GetObject(, "MicroStationDGN.ApplicationObjectConnector") ' Dim msDGNApp As MicroStationDGN.Application = m_App.Application Dim m_DF As MicroStationDGN…
  • 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: FeatureMgr in VB.NET

    ...you will need to use the CreateObjectInMicroStation method on the MicroStation application object to ensure that your XFT objects are created in the MicroStation's address space. The CreateObjectInMicroStation method is useful for an out-of-proc program…