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

Autodesk.AutoCAD.js

JavaScript
function Acad.PromptStatus();
{
"None" : 5000,
"OK": 5100,
"Modeless" : 5027,
"Error" : -5001,
"Cancel" : -5002,
"Rejected" : -5003,
"Failed" : -5004,
"Keyword": -5005,
"Direct" : -5999
};

This enum wraps the Acad::PromptStatus ObjectARX class.

Links
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!