Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
22-04-2016 03:11 PM
Hello everyone,
I would like to remove dublicates ("doublons" in french) on diagrams using MEGA API.
My script is ready and I know how to identify my dublicates but I simply don't know how to remove DrawingItems from my drawing object. I am looking for the opposit of the MegaObjectInsert function. Does anybody have an idea ?
Thanks in advance.
Christoph
Solved! Go to Solution.
1 Reply
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
22-04-2016 03:43 PM
I just found the answer by myself :
odrawingItem.Erase
It's as simple as that. 🙂
