Acad.JigPromptOptions Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.JigPromptOptions(messageAndKeywords);
Group
Parameters
Parameter | Description |
---|---|
messageAndKeywords | is the prompt message along with Keywords. |
Returns
JigPromptOptions
Description
This is the base class for jig prompt options. This function is derived from Acad.PromptOptions.
Properties
Name | Type | Description | Condition |
---|---|---|---|
specialCursorType | Acad.CursorType | Gets or sets the cursor to be associated with the prompt. | Read-write |
userInputControls | Acad.UserInputControls | Gets or sets 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 |
Exception
Throws a TypeError
object.