Revit 2026 API
Link |
Returns the Link data path owned by this LinkLoadContent object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ModelPath GetLinkDataPath()
Public Function GetLinkDataPath As ModelPath
public: ModelPath^ GetLinkDataPath()
member GetLinkDataPath : unit -> ModelPath
Return Value
ModelPathThe Links data path owned by this LinkLoadContent object.

This path represents the physical location of the
link. Revit will attempt to load the link from this
location.
See Also