添加项目文件。
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
|
||||
namespace IFC_Revit_Interop
|
||||
{
|
||||
// Token: 0x02000015 RID: 21
|
||||
internal class LinkInstance
|
||||
{
|
||||
// Token: 0x04000071 RID: 113
|
||||
public string fileName;
|
||||
|
||||
// Token: 0x04000072 RID: 114
|
||||
public string attachmentType;
|
||||
|
||||
// Token: 0x04000073 RID: 115
|
||||
public MyTransform transform;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user