KeyboardPriority Property |
Controls how AutoCAD responds to the input of coordinate data.
Signature
object.KeyboardPriority
object
PreferencesUser
The object or objects this property applies to.
KeyboardPriority
acKeyboardPriority enum; read-write
acKeyboardRunningObjSnap
acKeyboardEntry
acKeyboardEntryExceptScripts
System variables
The value of this property is stored in the OSNAPCOORD system variable.
Remarks
The initial value for this property is acKeyboardEntryExceptScripts.
The available options are as follows:
acKeyboardRunningObjSnap
Object snaps are strictly adhered to when typing in coordinates.
acKeyboardEntry
Keyboard entry values are strictly adhered to when typing in coordinates.
acKeyboardEntryExceptScripts
Keyboard entry values are strictly adhered to when typing in coordinates. However, when coordinates are entered through a script, running object snaps are adhered to.
Comments? |