Message 1 of 7
Storing entities using XRecords
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I am working on data storage with XRecords. Currently, I am facing an issue: I want to store a list of polylines "List<Polyline>" within an entity (for example, a dimension). However, this is not possible because the nature of the storage does not allow storing entities. The current solution I have is to store, for each polyline, the list of vertices and bulges. In cases where we need to retrieve the polylines, we directly plot the points with the bulges. Is there another solution?