Result Enumeration

Informs Autodesk Revit of the status of your application after execution.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public enum Result

Members

Member nameValueDescription
Cancelled1Signifies that the external application is cancelled.
Failed-1The external application was unable to complete its task.
Succeeded0The external application completed successfully. Autodesk Revit will keep this object during the entire Revit session.

See Also

Reference

Autodesk.Revit.UI Namespace