Namespace:
Autodesk.Revit.DB
ExternalResourceLoadStatus
Enumeration
Description:
A flag to indicate the status of an ExternalResource load request.
A flag to indicate the status of an ExternalResource load request.
Remarks:
This flag is returned by the LoadResource method of the IExternalResourceServer class to inform callers whether the load operation succeeded, or encountered an error.
This flag is returned by the LoadResource method of the IExternalResourceServer class to inform callers whether the load operation succeeded, or encountered an error.
ExternalResourceLoadStatus Enumeration Members:
Name | Description |
---|---|
0 | The load operation was successful. |
1 | The load operation failed. |
2 | The load operation is in an incomplete state. Revit will treat this result as a failure. |
3 | The current version of the resource is already loaded into Revit so no changes were made to the model. |
4 | The server identified by the ExternalResourceReference could not be found, and may not be registered. |
5 | The server identified by the ExternalResourceReference threw an exception while attempting to load a resource. |