Deleting an object

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 20/12/2002 at 15:24, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.014 
Platform:    Mac  ;  
Language(s) :   C.O.F.F.E.E  ;

---------
I swear I looked in the sdk pdf but I didn't find way to delete objects from the document,. How can I do it?

Rui Batista

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 20/12/2002 at 16:36, xxxxxxxx wrote:

As far as I remember it was:
obj->Remove();

I think you need then also a:
GeEventAdd(DOCUMENT_CHANGED);