ExternalDBApplicationResult Enumeration

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

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum ExternalDBApplicationResult
Members
Member nameValueDescription
Failed-1The external db application was unable to complete its task.
Succeeded0The external db application completed successfully. Autodesk Revit will keep this object during the entire Revit session.
See Also