Acad.PromptDoubleResult Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.PromptDoubleResult(retCode, stringResult, value);
Group
Parameters
Parameter | Description |
---|---|
retCode | The status result of the prompt operation. |
stringResult | The optional string result of the prompt operation. |
value | The double that an user enters. |
Returns
PromptDoubleResult
Description
This class holds the result of a prompt, which returns a double as its primary result. This function is derived from Acad.PromptResults.
Properties
Name | Type | Description | Condition |
---|---|---|---|
value | number | Gets the double that the user entered. | Read-only |