The ExternalResourceLoadData type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ExternalResourceLoadData
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetExternalResourceReference
Returns the ExternalResourceReference that identifies which resource should be loaded.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLoadContent
Returns the ExternalResourceLoadContent resulting from this load operation.
Public methodGetLoadContext
Returns an object containing information about the context of the load operation.
Public methodGetLoadRequestId
Returns the load operation GUID.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyErrorsReported
Indicates whether the IExternalResourceUIServer has reported errors for this ExternalResourceLoadData. This value can be set by the IExternalResourceUIServer in HandleLoadResourceResults().
Public propertyExternalResourceType
The ExternalResourceType for which Revit is requesting data from the server.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyLoadStatus
The success or failure status of the load attempt.

See Also