Message 1 of 3
Does the object hold a reference to the document?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does an object (line, insert, circle, polyline etc.) inherrently hold a referenceDoes an object (graphic object like a line, insert, circle, polyline etc.) inherently hold a reference to the dwg from which it came? Is so, how do I access this?
... or do I need to actually capture the dwg name and store in my applications data when the record is initially generated?
Some explanation... I have the start of the application I am working on... presently you can double click in a 'currently open dwgs' list box and activate the selected dwg. I was hoping to have another list box that holds a list of references to a set of blocks found in the dwgs ... I'd like to add functionality for the user to double click a record in the list box, have the code activate the object's parent drawing, and zoom in to the object. Is this possible? ... if so, can someone give me some direction?
to the dwg from which it came?
... or do I need to actually capture the dwg name and store in in my applications data?
Some explanation... I have the start of the appication I am working on... presently you can double click in a list box and activate the selected dwg. I was hoping to have another list box that has references to a set of blocks found in the dwgs... I like to add functionality for the user to double click a record in the list box
What I was hopping to do is to
... or do I need to actually capture the dwg name and store in my applications data when the record is initially generated?
Some explanation... I have the start of the application I am working on... presently you can double click in a 'currently open dwgs' list box and activate the selected dwg. I was hoping to have another list box that holds a list of references to a set of blocks found in the dwgs ... I'd like to add functionality for the user to double click a record in the list box, have the code activate the object's parent drawing, and zoom in to the object. Is this possible? ... if so, can someone give me some direction?
to the dwg from which it came?
... or do I need to actually capture the dwg name and store in in my applications data?
Some explanation... I have the start of the appication I am working on... presently you can double click in a list box and activate the selected dwg. I was hoping to have another list box that has references to a set of blocks found in the dwgs... I like to add functionality for the user to double click a record in the list box
What I was hopping to do is to