JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.JigPromptOptions(messageAndKeywords);
Parameters |
Description |
messageAndKeywords |
is the prompt message along with Keywords. |
This is the base class for jig prompt options. This function is derived from Acad.PromptOptions.
Name |
Type |
Description |
Condition |
specialCursorType |
Gets or sets the cursor to be associated with the prompt. |
Read-write | |
userInputControls |
Returns the bitwise OR'd value of all user input control settings in effect at the present time for this particular jig. |
Read-write | |
useDefaultValue |
Boolean |
Gets or sets whether the prompt should use the default value when you press Enter without any other input. The property allows the client code to set the default value is declared by derived classes. |
Read-write |
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|