2021 Enumeration
Changes 0
E

ExternalResourceLoadStatus

Description:
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.
Name Description
E Success The load operation was successful.
E Failure The load operation failed.
E Uninitialized The load operation is in an incomplete state. Revit will treat this result as a failure.
E ResourceAlreadyCurrent The current version of the resource is already loaded into Revit so no changes were made to the model.
E CannotFindServer The server identified by the ExternalResourceReference could not be found, and may not be registered.
E ServerThrewException The server identified by the ExternalResourceReference threw an exception while attempting to load a resource.