Issue with scripting and an object's 'locked' property

 From:  Michael Gibson
6317.7 In reply to 6317.6 
Hi Jeff,

> I'm going to be a little lazy here ask this rather testing it myself. How much of these delete objects'
> data is still accessible? I could see it being useful at times if it is.

Well, you can access properties on it the same as any other object.

I guess it would be more accurate to say that it's "removed from the geometry database" at that point, it's not actually deleted entirely from memory until the last reference count on the object is released.

- Michael