Message 1 of 9
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I am working on a project with Autocad VBA.
My requirement is to gather the "ActiveSpace" of an object.
What I am doing is ......... based on a certain criteria (Using Filters) I am making a selection set and then transferring the entity info (Which are in selection set) to excel e.g. handle, layer etc.
I want to also know the active space i.e. either "Model" or "Paper".
At the moment I tried to use oSset.items(i).document.ActiveSpace but it only gives me the active space of the document and not where the object resides.
Any help would be much appreciated.
Solved! Go to Solution.