Author Topic: Help Needed - cursor does not change to object snap from pickbox  (Read 2442 times)

0 Members and 1 Guest are viewing this topic.

KaS

  • Guest
I need help to set the cursor image to the object snap type from the "select objects" type when performing a getentity selection.
 i.e.
pls c my code here:

 Application.SetSystemVariable("OSMODE", 512)
 Dim acnsprompt As PromptEntityResult = acDoc.Editor.GetEntity(vbCrLf & "Select APN or <exit>: ")

Though I set the OSMODE to nearest the cursor is still displayed as the "pickbox" but not the osmode.

Any suggestions on how to do this?
« Last Edit: November 18, 2010, 05:09:27 PM by KaS »

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4075
Re: Help Needed - cursor does not change to object snap from pickbox
« Reply #1 on: November 18, 2010, 10:59:48 PM »
I am pretty sure getentity uses the pick box not aperature
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

KaS

  • Guest
Re: Help Needed - cursor does not change to object snap from pickbox
« Reply #2 on: November 19, 2010, 12:19:30 PM »
I am pretty sure getentity uses the pick box not aperature

thanks for the reply.

Jeff H

  • Needs a day job
  • Posts: 6150
Re: Help Needed - cursor does not change to object snap from pickbox
« Reply #3 on: November 19, 2010, 07:03:14 PM »
I have not messed with jigs much  but they have a cursor type property

KaS

  • Guest
Re: Help Needed - cursor does not change to object snap from pickbox
« Reply #4 on: November 22, 2010, 12:57:01 PM »
I have not messed with jigs much  but they have a cursor type property

Thanks for the reply.
I am not using jigs.