Share

Acad.PromptDoubleOptions Function

File

Autodesk.AutoCAD.js

Syntax

JavaScript

function Acad.PromptDoubleOptions(messageAndKeywords);

Group

ACAD Namespace

Parameters

Parameter Description
messageAndKeywords is the prompt message along with keywords.

Returns

PromptDoubleOptions

Description

This class represents optional parameters for a prompt for a double. This function is derived from Acad.PromptEditorOptions.

Properties

Name Type Description Condition
defaultValue number The default value to be used when you press Enter without any other input. Read-write

Exception

Throws a TypeError object.

ACAD Namespace

Was this information helpful?