KeyBasedTreeEntriesLoadContentGetLoadResults Method

Returns a copy of the KeyBasedTreeEntriesLoadResults owned by this KeyBasedTreeEntriesLoadContent object.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public KeyBasedTreeEntriesLoadResults GetLoadResults()

Return Value

KeyBasedTreeEntriesLoadResults
A copy of a KeyBasedTreeEntriesLoadResults owned by this KeyBasedTreeEntriesLoadContent object.
Remarks
IExternalResourceServers can use this object to report data and results back to Revit from their LoadResource methods.
See Also