Returns the Link data path owned by this LinkLoadContent object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ModelPath GetLinkDataPath()
Return Value
ModelPath
The Links data path owned by this LinkLoadContent object.
Remarks
This path represents the physical location of the
link. Revit will attempt to load the link from this
location.
See Also
Reference