Informs Autodesk Revit of the status of your external db application after execution.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum ExternalDBApplicationResult
Members
Member name | Value | Description |
---|---|---|
Failed | -1 | The external db application was unable to complete its task. |
Succeeded | 0 | The external db application completed successfully. Autodesk Revit will keep this object during the entire Revit session. |