Message 1 of 4
getentity

Not applicable
05-22-2001
11:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to get an entity handle with the Utility.getentity method,
however I get a "syntax error". The other "gets" work fine. I think I've
copied the code from the example correctly.
loAcadDwg=loAcadApp.activedocument
loAcadUtility=loAcadDwg.utility
loAcadUtility.GetEntity loBubble,basepoint,"get it"
I guess there are other ways to accomplish my task but thought I would try
this. Any ideas? Thanks
Dan Aldridge
however I get a "syntax error". The other "gets" work fine. I think I've
copied the code from the example correctly.
loAcadDwg=loAcadApp.activedocument
loAcadUtility=loAcadDwg.utility
loAcadUtility.GetEntity loBubble,basepoint,"get it"
I guess there are other ways to accomplish my task but thought I would try
this. Any ideas? Thanks
Dan Aldridge