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

Autodesk.AutoCAD.js

JavaScript
function Acad.PromptResults(retCode,stringResult);
Parameters 
Description 
retCode 
The status result of the prompt operation. 
stringResult 
The optional string result of the prompt operation. This value is set when Status is PromptStatus. Keyword or a prompt that returns a string as its primary result. 

This is the base class for classes that hold the result of a prompt operation. This function is derived from Acad.Promise.

Links
Properties
Name 
Type 
Description 
Condition 
status 
Gets or sets whether the prompt accepts enter as the sole input. 
Read-only 
stringResult 
String 
Gets the optional string result of the prompt operation. This value is set when status is PromptStatus.Keyword or a prompt that returns a string as its primary result. 
Read-only 
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!