ExternalResourceLoadData Members

The ExternalResourceLoadData type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ExternalResourceLoadData
Public methodEquals (Inherited from Object.)
Public methodGetExternalResourceReference
Returns the ExternalResourceReference that identifies which resource should be loaded.
Public methodGetHashCode (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 (Inherited from Object.)
Public methodToString (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