Delete line from drawing layer

hi i have a drawing layer where i draw my entities. while i need to delete or change any entity i need to redraw whole drawing layer. is there any possibility to delete a line from any drawing layer? or such an enhacement can be considered?

Hello @obeser

If you need more control over the data, consider adding it into an actual in-memory layer rather than using the drawing layer. You can set the ‘Volatile’ property, which still allows for fast redrawing.

I only use the drawing layer for very-transient data. As soon as the data requires more management, I switch to a standard in-memory layer with the Volatile property.

Would this work for your use-case?

Regards.
Jerry.

Thanks Jerry,
I will give a try.
Again thanks in advance,
Regards,
Ozgur