TheSwamp

Code Red => .NET => Topic started by: autocart on December 22, 2010, 12:19:18 AM

Title: How do I find all objects with hard references to a given objectId?
Post by: autocart on December 22, 2010, 12:19:18 AM
Hi folks,

With the AcDbDatabase::countHardReferences function I can obviously count the hard references (pointers and owners) in the DB to a given objectId. However, I do not only want to know how often my objectId is hard-referenced but especially WHICH other objects are hard-referencing my objectId. How do I get that information? Thx.

Kind regards, Stephan
Title: Re: How do I find all objects with hard references to a given objectId?
Post by: mohnston on December 22, 2010, 05:03:13 PM
Might get better response in the ARX group.
(the double colons gave you away) :wink:
Title: Re: How do I find all objects with hard references to a given objectId?
Post by: autocart on January 04, 2011, 07:39:30 AM
Thread continues here:
http://www.theswamp.org/index.php?topic=36369 (http://www.theswamp.org/index.php?topic=36369)