Acad.JigPromptGeometryOptions Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.JigPromptGeometryOptions(messageAndKeywords);
Group
Parameters
| Parameter | Description |
|---|---|
| messageAndKeywords | is the prompt message along with Keywords. |
Returns
JigPromptGeometryOptions
Description
This is the base class for jig prompt options used in various types of data acquisition. This function is derived from Acad.PromptOptions.
Properties
| Name | Type | Description | Condition |
|---|---|---|---|
| basePoint | Acad.Point3d | Gets or sets the base point to be used by the prompt. | Read-write |
| useBasePoint | boolean | Gets or sets whether the base point is to be used or not. Throws an Error object if type is not a Boolean. |
Read-write |
Exception
Throws a TypeError object.