|
JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
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.
|
Name |
Type |
Description |
Condition |
|
value |
Integer |
Gets the integer that the user entered. |
Read-only |
|
Copyright (c) 2012. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|