TheSwamp

Code Red => .NET => Topic started by: mikirad on November 27, 2019, 01:00:53 PM

Title: Save/Load Entity to DBDictionary
Post by: mikirad 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.