TheSwamp

Code Red => .NET => Topic started by: KaS on November 18, 2010, 05:00:49 PM

Title: Help Needed - cursor does not change to object snap from pickbox
Post by: KaS on November 18, 2010, 05:00:49 PM
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?
Title: Re: Help Needed - cursor does not change to object snap from pickbox
Post by: David Hall on November 18, 2010, 10:59:48 PM
I am pretty sure getentity uses the pick box not aperature
Title: Re: Help Needed - cursor does not change to object snap from pickbox
Post by: KaS on November 19, 2010, 12:19:30 PM
I am pretty sure getentity uses the pick box not aperature

thanks for the reply.
Title: Re: Help Needed - cursor does not change to object snap from pickbox
Post by: Jeff H on November 19, 2010, 07:03:14 PM
I have not messed with jigs much  but they have a cursor type property
Title: Re: Help Needed - cursor does not change to object snap from pickbox
Post by: KaS 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.