Author Topic: .AcquirePoint and keyboard entry  (Read 2270 times)

0 Members and 1 Guest are viewing this topic.

Bryco

  • Water Moccasin
  • Posts: 1883
.AcquirePoint and keyboard entry
« on: March 08, 2008, 09:10:43 PM »
Is there any way to tell if the point has been aquired from a keyboard entry?
JigPromptPointOptions jigOpts = new JigPromptPointOptions("\nSpecify the offset:");
                jigOpts.UserInputControls = (UserInputControls.Accept3dCoordinates)
                    | UserInputControls.NullResponseAccepted;
are the settings that working for what I want.
and jigOpts.UseBasePoint = true;