|
JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.PromptDoubleResult(retCode,stringResult,value);
|
Parameters |
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. |
This class holds the result of a prompt, which returns a double as its primary result. This function is derived from Acad.PromptResults.
|
Name |
Type |
Description |
Condition |
|
value |
Number |
Gets the double that the user entered. |
Read-only |
|
Copyright (c) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|