Author Topic: Save/Load Entity to DBDictionary  (Read 1533 times)

0 Members and 1 Guest are viewing this topic.

mikirad

  • Mosquito
  • Posts: 1
Save/Load Entity to DBDictionary
« on: November 27, 2019, 01:00:53 PM »
Hi guys,

I need to save entity data to NOD (if user deletes an object i need to restore it when specific command is invoked).
I know how this works with DXF codes, but would like to avoid writing custom converters (for basic Entites - Point, Line, Polyline...). I have searched a lot, but have got no solution for now, except learning that there is some DxfFiler class which is used for DbObject.DxfIn and DxfOut methods.

Is there a system which i can use for converting Entity to DXF (TypedValue[], ResultBuffer) and load DXF data to Entity, or i have to write my own?

Thanks.