Share

Acad.JigPromptStringOptions Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.JigPromptStringOptions(messageAndKeywords);

Group

ACAD Namespace

Parameters

Parameter Description
messageAndKeywords is the prompt message along with Keywords.

Returns

JigPromptStringOptions

Description

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

Properties

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

Exception

Throws a TypeError object.

ACAD Namespace

Was this information helpful?