Acad.PromptIntegerResult Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.PromptIntegerResult(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 integer that the user entered. |
Returns
PromptIntegerResult
Description
This class holds the result of a prompt that returns an integer as its primary result. This function is derived from Acad.PromptResults.
Properties
Name | Type | Description | Condition |
---|---|---|---|
value | integer | Gets the integer that the user entered. | Read-only |