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

Autodesk.AutoCAD.js

JavaScript
function Acad.PromptIntegerResult(retCode,stringResult,value);
Parameters 
Description 
retCode 
The status result of the prompt operation. 
stringResult 
The optional string result of the prompt operation. 
value 
The integer that the user entered. 

This class holds the result of a prompt that returns an integer as its primary result. This function is derived from Acad.PromptResults.

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