Revit 2026 API
Link |
Gets the results for this link's nested links.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IDictionary<string, LinkLoadResult> GetNestedLinkLoadResults()
Public Function GetNestedLinkLoadResults As IDictionary(Of String, LinkLoadResult)
public: IDictionary<String^, LinkLoadResult^>^ GetNestedLinkLoadResults()
member GetNestedLinkLoadResults : unit -> IDictionary<string, LinkLoadResult>
Return Value
IDictionaryString, LinkLoadResultA map from nested link paths to the load results for that nested link.
For links from external servers, the "path" will be the display name of the link.

This function is only relevant for LinkLoadResult object for RvtLinkSymbol.
ie. when getIsRvtLink() is true.
See Also