Returns the name of the parent of the linked model, or an empty FilePath
if the link is a top-level link.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ModelPath GetParentModelName()
Return Value
ModelPath
Remarks
This function is only relevant for LinkLoadResult object for RvtLinkSymbol.
ie. when getIsRvtLink() is true.
See Also
Reference