Message 1 of 4
Add objecthandle to dictionary .net

Not applicable
05-10-2005
02:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello group,
is it possible to save the handle of an object in a dictionary?
I have created a block with an attribute named pointnumber and want to save it like :
dic.SetAt(pointnumber,blockreference.Handle);
The problem is that the second parameter of the SetAt-function must be an object derived from the DBObject-class.
Thanks for replies
is it possible to save the handle of an object in a dictionary?
I have created a block with an attribute named pointnumber and want to save it like :
dic.SetAt(pointnumber,blockreference.Handle);
The problem is that the second parameter of the SetAt-function must be an object derived from the DBObject-class.
Thanks for replies