Share

Acad.PromptOptions Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.PromptOptions(messageAndKeywords);

Group

ACAD Namespace

Parameters

Parameter Description
messageAndKeywords is the prompt message along with keywords

Returns

PromptOptions

Description

This is the base class for types that represent optional parameters for prompts.

Properties

Name Type Description Condition
appendKeywordsToMessage boolean Gets or sets the AppendKeywordsToMessage property value. Read-write
globalKeywords string Gets or sets the global keywords separated by spaces. Read-write
messageAndKeywords string Gets or sets the prompt message along with keywords. Read-write

ACAD Namespace

Was this information helpful?