Message 1 of 3
Selecting Objects programmatically? Utils?
Not applicable
02-06-2009
11:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all.
I'm trying to select Objects in the current Drawing (so they actually are
selected in the editor).
I came across this line of code that should do it:
Autodesk.AutoCAD.Internal.Utils.SelectObjects(objArray)
But I'm getting an error that:
'Utils' is not a member of 'Internal'?
Am I missing a reference or somthing?
Can anyone help?
Thanks!
--
CoreyL
I'm trying to select Objects in the current Drawing (so they actually are
selected in the editor).
I came across this line of code that should do it:
Autodesk.AutoCAD.Internal.Utils.SelectObjects(objArray)
But I'm getting an error that:
'Utils' is not a member of 'Internal'?
Am I missing a reference or somthing?
Can anyone help?
Thanks!
--
CoreyL