THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/04/2010 at 04:01, xxxxxxxx wrote:
If I would like to remove an Object, I should first remove all its children (and grandchildren...), right? And I assume that removing alone still leaves me with the responsibility to free the object afterwards, correct?
Therefor I would say that the SDK docs are rather correct in advising against it.
I now solved it by creating a selecting and calling the delete command.
Kabe