JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.TaskDialogResult(); { "kRetOk": 1,
"kRetCancel": 2,
"kRetAbort": 3,
"kRetRetry": 4,
"kRetIgnore": 5,
"kRetYes": 6,
"kRetNo": 7,
"kRetClose": 8,
"kRetHelp": 9,
"kRetTryAgain": 10,
"kRetContinue": 11,
"kRetTimeout": 32000 }
Use this enum to list the return result from a task dialog.
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|