Hi,
How can I destroy object in ArcGIS Runtime SDK 10.2.6 API ? Here is the example how to create object:
var query= ArcGISRuntime.createObject("Query");
Thanks
I've not tried this, but perhaps you could try the destroy method? Dynamic QML Object Creation from JavaScript | Qt QML 5.7
Also, if the object has gone out of scope, you can force garbage collection with "gc()" - QML Global Object | Qt QML 5.7
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.