I have brought in objects from a database into a shapefile and then imported them into a dwg file. The attribute data comes into autocad as object data (OD). If I bring the dwg file into Microstation, it loses all of this data. Is their a way to bring…
Hi Jan!
This issue has been already reported in our internal systems; as reference it is in TR #321216. No time table has been defining yet.
On the BE Communities, I also found two different post about Tag and Point-Cell. The second post bring a…
Hi,
I have several files attached for reference. When I detach all them in Microstation V8i SS2, it takes seconds. In PowerMap v8i SS1 it takes several minutes. Files have tags and tens of thousands elements. Where is the problem?
TIA
Hello Erik,
XFM does not store feature definitions in the design file. Instead feature definitions are inferred from the first found instance of a new feature class in the file. I suspect that XFM encounters some element without properties on the…
Frank,
Using VBA along with the Bentley Map XFT (XFM Feature Toolkit) library, you can convert tag data into XFM business properties. A pattern similar to the following could be applied.
Function GetTagSet (strName As String ) As TagSet
Dim…