ExternalFileReferenceGetPath Method

Gets the path of the link, relative or absolute according to the link's settings

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ModelPath GetPath()

Return Value

ModelPath
The path of the link. This path will be relative for relatively-pathed links.
See Also