Message 1 of 5
Not applicable
06-11-2010
04:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I am trying to get all selected objects in autocad window.
Is there some way to get this.
I want to have this as separate function, without <commandmethod("xxx")> _,
something like.
Public Function GetSelectedObjects () as ObjectIdCollection
'Pseudocode
return Autocad.GetSelectedObjects.ToObjIds
end function
Best regards,
Danijel
Solved! Go to Solution.