Acad.JigPromptAngleOptions Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.JigPromptAngleOptions(messageAndKeywords);
Group
Parameters
| Parameter | Description |
|---|---|
| messageAndKeywords | is the prompt message along with Keywords. |
Returns
JigPromptAngleOptions
Description
This class represents optional parameters for prompt for angle during jigging. This function is derived from Acad.JigPromptGeometryOptions.
Properties
| Name | Type | Description | Condition |
|---|---|---|---|
| defaultValue | number | Gets or sets default jig prompt angle options value. | Read-write |
| useBasePoint | boolean | Gets whether the base point is to be used or not. useBasePoint is always true as there must be a base point when prompt for angle during jigging. Throws an Error object if you try to set this property. |
Read-only |
Exception
Throws a TypeError object.