Returns a copy of the KeyBasedTreeEntriesLoadResults owned by this KeyBasedTreeEntriesLoadContent object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2015
Syntax
C# |
---|
public KeyBasedTreeEntriesLoadResults GetLoadResults() |
Visual Basic |
---|
Public Function GetLoadResults As KeyBasedTreeEntriesLoadResults |
Visual C++ |
---|
public: KeyBasedTreeEntriesLoadResults^ GetLoadResults() |
Return Value
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.