Revit 2026 API
Task |
A enumerated type containing the standard buttons available for Task Dialogs.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
| Member name | Value | Description |
|---|---|---|
| Cancel | 8 | Cancel button. |
| Close | 32 | Close button. |
| No | 4 | No button. |
| None | 0 | No common button. |
| Ok | 1 | OK button. |
| Retry | 16 | Retry button. |
| Yes | 2 | Yes button. |
See Also