Implement this method to provide the path that should be used for display and browsing to a given ExternalResourceReference
during this Revit session.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2015
Syntax
Visual Basic |
---|
Function GetInSessionPath ( _
reference As ExternalResourceReference, _
originalDisplayPath As String _
) As String |
Parameters
- reference
- Type: Autodesk.Revit.DB..::..ExternalResourceReference
The ExternalResourceReference for which Revit is requesting the in session display path.
- originalDisplayPath
- Type: System..::..String
The path that was provided for the resource when the resource was originally loaded into the model.
Return Value
The display path that should be used for this resource for this session of Revit.
Remarks
See Also