Message 1 of 5
ObjectIDtoObject
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This method is returning an exception, no matter how I use it.
What I am trying to do is see if a nentseled entity is nested in a block, especially an xref.
The only way I see to do it (without better knowledge) is to check out its 330 owner.
Is there a better/easier way?
My goal is to be able to use TEXTEDIT or MTEDIT accordingly on any textstring within a block, rather than having to BEDIT or REFEDIT. I have it working perfectly, except that...
1. There's no need for any special code if the object isn't nested, and
2. There's no point just editing the textstring if the object is nested in an xref. For that, one would have to use Open, or DbxOpen, or REFEDIT first.
John F. Uhden