ExternalResourceLoadData
Description:
This class contains the input and output data resulting from invoking an IExternalResourceServer's LoadResource method.After the call to LoadResource, the resulting ExternalResourceLoadData will be passed into IExternalResourceServer.
This class contains the input and output data resulting from invoking an IExternalResourceServer's LoadResource method.After the call to LoadResource, the resulting ExternalResourceLoadData will be passed into IExternalResourceServer.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExternalResourceLoadData
System.Object
Autodesk.Revit.DB.ExternalResourceLoadData
public class ExternalResourceLoadData : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetExternalResourceReference() | ExternalResourceReference | Returns the ExternalResourceReference that identifies which resource should be loaded. |
| GetLoadContent() | ExternalResourceLoadContent | Returns the ExternalResourceLoadContent resulting from this load operation. |
| GetLoadContext() | ExternalResourceLoadContext | Returns an object containing information about the context of the load operation. |
| GetLoadRequestId() | Guid | Returns the load operation GUID. |
| Name | Return Type | Description |
|---|---|---|
| ErrorsReported | bool | Indicates whether the IExternalResourceUIServer has reported errors for this ExternalResourceLoadData. This value can be set by the IExternalResourceUIServer in HandleLoadResourceResults(). |
| ExternalResourceType | ExternalResourceType | The ExternalResourceType for which Revit is requesting data from the server. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| LoadStatus | ExternalResourceLoadStatus | The success or failure status of the load attempt. |