RVTDocs.com
Namespace: Autodesk.Revit.DB

ExternalResourceLoadData

Class
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.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExternalResourceLoadData
Syntax
ExternalResourceLoadData Class Members:
Name Description Inherited From
ErrorsReported Indicates whether the IExternalResourceUIServer has reported errors for this ExternalResourceLoadData. This value can be set by the IExternalResourceUIServer in HandleLoadResourceResults().
ExternalResourceType The ExternalResourceType for which Revit is requesting data from the server.
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
LoadStatus The success or failure status of the load attempt.
Name Description Inherited From
Dispose Releases all resources used by the ExternalResourceLoadData
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetExternalResourceReference Returns the ExternalResourceReference that identifies which resource should be loaded.
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetLoadContent Returns the ExternalResourceLoadContent resulting from this load operation.
GetLoadContext Returns an object containing information about the context of the load operation.
GetLoadRequestId Returns the load operation GUID.
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object