This function reports any errors which were encountered
when loading the Revit links represented by the given
LinkLoadResult map.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2015
Syntax
| Visual Basic |
|---|
Public Shared Sub ReportLinkLoadResults ( _
doc As Document, _
loadResults As IDictionary(Of String, LinkLoadResult) _
) |
| Visual C++ |
|---|
public:
static void ReportLinkLoadResults(
Document^ doc,
IDictionary<String^, LinkLoadResult^>^ loadResults
) |
Parameters
- doc
- Type: Autodesk.Revit.DB..::..Document
The document containing the links.
- loadResults
- Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, LinkLoadResult>)>)>
A map from the display name of a link to the LinkLoadResult
for that link.
Remarks
Exceptions
See Also