343e627737
* basics for revit 2024 * run generator first time * copied fill ins from 2023
7 lines
193 B
C#
7 lines
193 B
C#
namespace Autodesk.Revit.DB;
|
|
|
|
public partial interface IGetLocalPathForOpenCallback
|
|
{
|
|
public System.String GetLocalPathForOpen(Autodesk.Revit.DB.ExternalResourceReference desiredResource);
|
|
}
|