JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.TaskDialogButton(); { "kButtonOk": 0x0001,
"kButtonYes": 0x0002,
"kButtonNo": 0x0004,
"kButtonCancel": 0x0008,
"kButtonRetry": 0x0010,
"kButtonClose": 0x0020 }
Use this enum to list the button that can be set for a task dialog.
Copyright (c) 2016. All rights reserved.
|
What do you think about this topic? Send feedback!
|