Informs Autodesk Revit of the status of your application after execution.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public enum Result |
| Visual Basic |
|---|
Public Enumeration Result |
| Visual C++ |
|---|
public enum class Result |
Members
| Member name | Description |
|---|---|
| Failed | The external application was unable to complete its task. |
| Succeeded | The external application completed successfully. Autodesk Revit will keep this object during the entire Revit session. |
| Cancelled | Signifies that the external application is cancelled. |