Share

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.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?