2024 Members
Changes 4
M

ExternalResourceLoadData

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ExternalResourceLoadData
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetExternalResourceReference() ExternalResourceReference Returns the ExternalResourceReference that identifies which resource should be loaded.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetLoadContent() ExternalResourceLoadContent Returns the ExternalResourceLoadContent resulting from this load operation.
M GetLoadContext() ExternalResourceLoadContext Returns an object containing information about the context of the load operation.
M GetLoadRequestId() Guid Returns the load operation GUID.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P ErrorsReported bool Indicates whether the IExternalResourceUIServer has reported errors for this ExternalResourceLoadData. This value can be set by the IExternalResourceUIServer in HandleLoadResourceResults().
P ExternalResourceType ExternalResourceType The ExternalResourceType for which Revit is requesting data from the server.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P LoadStatus ExternalResourceLoadStatus The success or failure status of the load attempt.