Share

Acad.JigPromptPointOptions Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.JigPromptPointOptions(messageAndKeywords);

Group

ACAD Namespace

Parameters

Parameter Description
messageAndKeywords is the prompt message along with Keywords.

Returns

JigPromptPointOptions

Description

This class represents optional parameters for prompt for point during jigging. This function is derived from Acad.JigPromptGeometryOptions.

Properties

Name Type Description Condition
defaultValue Acad.Point3d Gets or sets the default value to be used for the point option prompt. Read-write

Exception

Throws a TypeError object.

ACAD Namespace

Was this information helpful?