I would like to add different types of xdata for a layer from a .dwg with autocad.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
I have used FME at a customer before, in combination with .NET. Additional information on a certain autocad object coming from different databases was stored in the xdata using FME. But other parameters and values were created in .NET and stored in xdata as well. Like that, the xdata became concatenated string of key-value pairs.