| Revit 2017 API |
| ExternalFileReference..::..GetPath Method |
| ExternalFileReference Class See Also |
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: 17.0.0.0 (17.0.484.0)
Since:
2012
Syntax
| C# |
|---|
public ModelPath GetPath() |
| Visual Basic |
|---|
Public Function GetPath As ModelPath |
| Visual C++ |
|---|
public: ModelPath^ GetPath() |