JavaScript Application Programming Interface (API) for AutoCAD
ContentsIndexHome
PreviousUpNext
Acad.PromptDoubleResult Function

Autodesk.AutoCAD.js

JavaScript
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.

Links
Properties
Name 
Type 
Description 
Condition 
value 
Number 
Gets the double that the user entered. 
Read-only 
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!