Author Topic: How do I find all objects with hard references to a given objectId?  (Read 2817 times)

0 Members and 1 Guest are viewing this topic.

autocart

  • Guest
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

mohnston

  • Bull Frog
  • Posts: 305
  • CAD Programmer
Re: How do I find all objects with hard references to a given objectId?
« Reply #1 on: December 22, 2010, 05:03:13 PM »
Might get better response in the ARX group.
(the double colons gave you away) :wink:
It's amazing what you can do when you don't know what you can't do.
CAD Programming Solutions

autocart

  • Guest