Gets the results for this link's nested links.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.3.0.0 (26.3.0.0)
Syntax
C#
public IDictionary<string, LinkLoadResult> GetNestedLinkLoadResults()
Return Value
IDictionary<String, LinkLoadResult>A 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.
