添加项目文件。
This commit is contained in:
10
KGdev.BI3D.Revit.Common/IElementIdProvider.cs
Normal file
10
KGdev.BI3D.Revit.Common/IElementIdProvider.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using KGdev.BI3D.Revit.Common.Models;
|
||||
|
||||
namespace KGdev.BI3D.Revit.Common
|
||||
{
|
||||
public interface IElementIdProvider
|
||||
{
|
||||
string GetElementId(LinkedElementIdPath elementIdPath);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user